2 references to IsDefined
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Reflection\CustomAttributeExtensions.cs (1)
166
return Attribute.
IsDefined
(element, attributeType, inherit);
src\System\Attribute.CoreCLR.cs (1)
485
return
IsDefined
(element, attributeType, true);