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)
166
return Attribute.
IsDefined
(element, attributeType, inherit);
System\Reflection\Attribute.NativeAot.cs (1)
94
public static bool IsDefined(MemberInfo element, Type attributeType) =>
IsDefined
(element, attributeType, inherit: true);