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