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