3 references to IsDefined
Microsoft.Extensions.VectorData.Abstractions (1)
..\..\..\..\src\Libraries\Microsoft.Extensions.VectorData.Abstractions\ProviderServices\CollectionModel.cs (1)
238&& Attribute.IsDefined(constant.Type, typeof(CompilerGeneratedAttribute), inherit: true))
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);