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