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