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