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