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