6 references to GetMatchingCustomAttributes
System.Private.CoreLib (6)
System\Reflection\Attribute.NativeAot.cs (4)
29
return OneOrNull(element.
GetMatchingCustomAttributes
(attributeType));
65
IEnumerable<CustomAttributeData> matches = element.
GetMatchingCustomAttributes
(null, skipTypeValidation: true);
71
return Instantiate(element.
GetMatchingCustomAttributes
(attributeType), attributeType);
103
IEnumerable<CustomAttributeData> matches = element.
GetMatchingCustomAttributes
(attributeType);
System\Reflection\Runtime\General\LegacyCustomAttributeApis.cs (2)
151
IEnumerable<CustomAttributeData> cads = this.
GetMatchingCustomAttributes
(attributeType, skipTypeValidation: true); // inherit is meaningless for Modules
158
IEnumerable<CustomAttributeData> cads = this.
GetMatchingCustomAttributes
(attributeType, skipTypeValidation: true); // inherit is meaningless for Modules