4 references to GenerateForProjectAsync
Microsoft.CodeAnalysis.LanguageServerIndexFormat.Generator (3)
Program.cs (3)
205await lsifGenerator.GenerateForProjectAsync(project, options, cancellationToken); 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)