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