5 references to HasSourceGeneratorsAsync
Microsoft.CodeAnalysis.Workspaces (5)
Workspace\Solution\SolutionCompilationState.RegularCompilationTracker.cs (4)
366
var hasSourceGenerators = await compilationState.
HasSourceGeneratorsAsync
(this.ProjectState.Id, cancellationToken).ConfigureAwait(false);
860
if (!await compilationState.
HasSourceGeneratorsAsync
(this.ProjectState.Id, cancellationToken).ConfigureAwait(false))
871
if (!await compilationState.
HasSourceGeneratorsAsync
(this.ProjectState.Id, cancellationToken).ConfigureAwait(false))
898
if (!await compilationState.
HasSourceGeneratorsAsync
(this.ProjectState.Id, cancellationToken).ConfigureAwait(false))
Workspace\Solution\SolutionCompilationState.RegularCompilationTracker_Generators.cs (1)
238
if (!await compilationState.
HasSourceGeneratorsAsync
(this.ProjectState.Id, cancellationToken).ConfigureAwait(false))