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