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);
869
if (!await compilationState.
HasSourceGeneratorsAsync
(this.ProjectState.Id, cancellationToken).ConfigureAwait(false))
880
if (!await compilationState.
HasSourceGeneratorsAsync
(this.ProjectState.Id, cancellationToken).ConfigureAwait(false))
907
if (!await compilationState.
HasSourceGeneratorsAsync
(this.ProjectState.Id, cancellationToken).ConfigureAwait(false))
Workspace\Solution\SolutionCompilationState.RegularCompilationTracker_Generators.cs (1)
281
if (!await compilationState.
HasSourceGeneratorsAsync
(this.ProjectState.Id, cancellationToken).ConfigureAwait(false))