2 references to GetInterfaceInferenceBound
Microsoft.CodeAnalysis.CSharp (2)
Binder\Semantics\OverloadResolution\MethodTypeInference.cs (2)
2341
NamedTypeSymbol matchingInterface =
GetInterfaceInferenceBound
(allInterfaces, target);
2712
NamedTypeSymbol bestInterface =
GetInterfaceInferenceBound
(allInterfaces, source);