2 instantiations of MethodCustomAttributeSearcher
System.Private.CoreLib (2)
Internal\Reflection\Extensions\NonPortable\CustomAttributeInheritanceRules.cs (2)
177
public static readonly MethodCustomAttributeSearcher Default = new
MethodCustomAttributeSearcher
();
232
MethodInfo? methodParent = new
MethodCustomAttributeSearcher
().GetParent(method);
2 references to MethodCustomAttributeSearcher
System.Private.CoreLib (2)
Internal\Reflection\Extensions\NonPortable\CustomAttributeInheritanceRules.cs (2)
57
return
MethodCustomAttributeSearcher
.Default.GetMatchingCustomAttributes(methodInfo, optionalAttributeTypeFilter, inherit, skipTypeValidation: skipTypeValidation);
177
public static readonly
MethodCustomAttributeSearcher
Default = new MethodCustomAttributeSearcher();