1 instantiation of EventCustomAttributeSearcher
System.Private.CoreLib (1)
Internal\Reflection\Extensions\NonPortable\CustomAttributeInheritanceRules.cs (1)
214
public static readonly EventCustomAttributeSearcher Default = new
EventCustomAttributeSearcher
();
2 references to EventCustomAttributeSearcher
System.Private.CoreLib (2)
Internal\Reflection\Extensions\NonPortable\CustomAttributeInheritanceRules.cs (2)
72
return
EventCustomAttributeSearcher
.Default.GetMatchingCustomAttributes(eventInfo, optionalAttributeTypeFilter, inherit, skipTypeValidation: skipTypeValidation);
214
public static readonly
EventCustomAttributeSearcher
Default = new EventCustomAttributeSearcher();