3 references to Best
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder_Operators.cs (1)
1328var possiblyBest = result.Best;
Binder\Semantics\Operators\BinaryOperatorOverloadResolutionResult.cs (2)
85if (this.Best.HasValue) 87sb.AppendLine("Overload resolution succeeded and chose " + this.Best.Signature.ToString());