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