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