Base:
property
Attributes
System.Reflection.MethodBase.Attributes
3 references to Attributes
System.Private.CoreLib (3)
src\System\Reflection\Associates.cs (1)
155
MethodAttributes methAttr = associateMethod.
Attributes
;
src\System\Reflection\RuntimeCustomAttributeData.cs (2)
2055
if ((method.
Attributes
& MethodAttributes.PinvokeImpl) != 0)
2180
if ((method.
Attributes
& MethodAttributes.PinvokeImpl) == 0)