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