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