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