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