4 references to Best
Microsoft.CodeAnalysis.CSharp (4)
Binder\Semantics\Conversions\BestIndex.cs (1)
24
public static BestIndex HasBest(int best) { return new BestIndex(BestIndexKind.
Best
, best, 0, 0); }
Binder\Semantics\Conversions\UserDefinedImplicitConversions.cs (3)
479
if (bestUnlifted.Kind == BestIndexKind.
Best
)
508
if (bestHalfLifted.Kind == BestIndexKind.
Best
)
526
if (bestFullyLifted.Kind == BestIndexKind.
Best
)