1 instantiation of AssemblyCustomAttributeSearcher
System.Private.CoreLib (1)
Internal\Reflection\Extensions\NonPortable\CustomAttributeInheritanceRules.cs (1)
93
public static readonly AssemblyCustomAttributeSearcher Default = new
AssemblyCustomAttributeSearcher
();
2 references to AssemblyCustomAttributeSearcher
System.Private.CoreLib (2)
Internal\Reflection\Extensions\NonPortable\CustomAttributeInheritanceRules.cs (2)
29
return
AssemblyCustomAttributeSearcher
.Default.GetMatchingCustomAttributes(element, optionalAttributeTypeFilter, inherit: false, skipTypeValidation: skipTypeValidation);
93
public static readonly
AssemblyCustomAttributeSearcher
Default = new AssemblyCustomAttributeSearcher();