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