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