2 references to FindBestMatch
Microsoft.DotNet.ApiCompat.Core (2)
Rules\ParameterTypeCannotChange.cs (2)
27
IMethodDefinition match =
FindBestMatch
(method1, mapping.ContainingType, 1, 0);
39
IMethodDefinition match =
FindBestMatch
(method2, mapping.ContainingType, 0, 1);