4 references to OneOrNull
System.Private.CoreLib (4)
System\Reflection\Attribute.NativeAot.cs (4)
17
return
OneOrNull
(element.GetMatchingCustomAttributes(attributeType));
24
return
OneOrNull
(element.GetMatchingCustomAttributes(attributeType, inherit));
29
return
OneOrNull
(element.GetMatchingCustomAttributes(attributeType));
36
return
OneOrNull
(element.GetMatchingCustomAttributes(attributeType, inherit));