Files
2026-08-27 10:56:38 -06:00

9 lines
99 B
C#

namespace Microsoft.CodeAnalysis.CSharp;
internal enum BestIndexKind
{
None,
Best,
Ambiguous
}