2 references to CompareMethodSig
System.Reflection.MetadataLoadContext (2)
System\Reflection\DefaultBinder.cs (1)
517if (CompareMethodSig(m1, m2))
System\Reflection\Runtime\BindingFlagSupport\MethodPolicies.cs (1)
64return DefaultBinder.CompareMethodSig(m1, m2); // If all candidates have the same signature, pick the most derived one without throwing an AmbiguousMatchException.