Base:
method
GetCustomAttributes
System.Reflection.MemberInfo.GetCustomAttributes(System.Type, System.Boolean)
1 reference to GetCustomAttributes
System.Private.CoreLib (1)
src\System\Reflection\Emit\RuntimeEnumBuilder.cs (1)
273return m_typeBuilder.GetCustomAttributes(attributeType, inherit);