2 references to IsDefined
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\CustomAttributeExtensions.cs (1)
166return Attribute.IsDefined(element, attributeType, inherit);
System\Reflection\Attribute.NativeAot.cs (1)
94public static bool IsDefined(MemberInfo element, Type attributeType) => IsDefined(element, attributeType, inherit: true);