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