Base:
method
GetCustomAttributes
System.Reflection.Module.GetCustomAttributes(System.Type, System.Boolean)
1 reference to GetCustomAttributes
System.Private.CoreLib (1)
src\System\Reflection\Emit\RuntimeModuleBuilder.cs (1)
491
return InternalModule.
GetCustomAttributes
(attributeType, inherit);