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