1 implementation of Attributes
System.Private.CoreLib (1)
System\Reflection\Runtime\MethodInfos\NativeFormat\NativeFormatMethodCommon.cs (1)
122public MethodAttributes Attributes
2 references to Attributes
System.Private.CoreLib (2)
System\Reflection\Runtime\MethodInfos\RuntimeNamedMethodInfo.cs (1)
62return _common.Attributes;
System\Reflection\Runtime\MethodInfos\RuntimePlainConstructorInfo.cs (1)
50return _common.Attributes;