4 references to Default
Microsoft.CodeAnalysis.LanguageServerIndexFormat.Generator (3)
Program.cs (3)
187var options = GeneratorOptions.Default; 230await lsifGenerator.GenerateForProjectAsync(project, GeneratorOptions.Default, cancellationToken); 259await lsifGenerator.GenerateForProjectAsync(project, GeneratorOptions.Default, cancellationToken);
Microsoft.CodeAnalysis.LanguageServerIndexFormat.Generator.UnitTests (1)
Utilities\TestLsifOutput.vb (1)
58Await lsifGenerator.GenerateForProjectAsync(project, GeneratorOptions.Default, CancellationToken.None)