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