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