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