Base:
property
Attributes
System.Reflection.MethodBase.Attributes
4 references to Attributes
System.Private.CoreLib (4)
src\System\Reflection\Emit\RuntimeConstructorBuilder.cs (1)
87public override MethodAttributes Attributes => m_methodBuilder.Attributes;
src\System\Reflection\Emit\RuntimeMethodBuilder.cs (1)
599int token = RuntimeTypeBuilder.DefineMethod(new QCallModule(ref module), m_containingType.MetadataToken, m_strName, sigBytes, sigLength, Attributes);
src\System\Reflection\Emit\RuntimeTypeBuilder.cs (2)
1104if ((method.Attributes & MethodAttributes.SpecialName) != 0 && method.Name.Equals(ConstructorInfo.ConstructorName)) 1588MethodAttributes methodAttrs = meth.Attributes;