3 references to Best
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder_Operators.cs (1)
1328
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());