3 references to GetBestType
Microsoft.CodeAnalysis.CSharp (3)
Binder\Semantics\BestTypeInferrer.cs (2)
98
var result =
GetBestType
(builder, conversions, ref useSiteInfo);
169
return
GetBestType
(candidateTypes, conversions, ref useSiteInfo);
Binder\SwitchExpressionBinder.cs (1)
154
var commonType = BestTypeInferrer.
GetBestType
(typesInOrder, Conversions, ref useSiteInfo);