2 references to CompareMethodSig
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\DefaultBinder.cs (1)
1029
if (
CompareMethodSig
(m1, m2))
System\Reflection\Runtime\BindingFlagSupport\MethodPolicies.cs (1)
73
return DefaultBinder.
CompareMethodSig
(m1, m2); // If all candidates have the same signature, pick the most derived one without throwing an AmbiguousMatchException.