isHideBySig property

bool isHideBySig

Returns true if the method hides by name and signature, rather than just by name.

Implementation

bool get isHideBySig =>
    _attributes & CorMethodAttr.mdHideBySig == CorMethodAttr.mdHideBySig;