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)
474if (bestUnlifted.Kind == BestIndexKind.Best) 503if (bestHalfLifted.Kind == BestIndexKind.Best) 521if (bestFullyLifted.Kind == BestIndexKind.Best)