2 references to IsDefined
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\CustomAttributeExtensions.cs (1)
153return Attribute.IsDefined(element, attributeType);
System\Reflection\Attribute.NativeAot.cs (1)
106public static bool IsDefined(Module element, Type attributeType, bool inherit) => IsDefined(element, attributeType); // "inherit" is meaningless for modules