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)
484if (bestUnlifted.Kind == BestIndexKind.Best) 513if (bestHalfLifted.Kind == BestIndexKind.Best) 531if (bestFullyLifted.Kind == BestIndexKind.Best)