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