2 references to GetProjectGeneratorPresenceAsync
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Solution\SolutionCompilationState.RegularCompilationTracker_Generators.cs (1)
99var presence = await compilationState.GetProjectGeneratorPresenceAsync(ProjectState.Id, cancellationToken).ConfigureAwait(false);
Workspace\Solution\SolutionCompilationState_SourceGenerators.cs (1)
107var state = await GetProjectGeneratorPresenceAsync(projectId, cancellationToken).ConfigureAwait(false);