isSpecialName property

bool isSpecialName

Returns true if the method is special; its name describes how.

Implementation

bool get isSpecialName =>
    _attributes & CorMethodAttr.mdSpecialName == CorMethodAttr.mdSpecialName;