4 references to GetSourceGeneratedDocumentStatesAsync
Microsoft.CodeAnalysis.Workspaces (4)
FindSymbols\FindReferences\DependentTypeFinder_ProjectIndex.cs (1)
80
var sourceGeneratorDocumentStates = await project.Solution.CompilationState.
GetSourceGeneratedDocumentStatesAsync
(project.State, cancellationToken).ConfigureAwait(false);
Workspace\Solution\Project.cs (2)
318
var generatedDocumentStates = await Solution.CompilationState.
GetSourceGeneratedDocumentStatesAsync
(this.State, cancellationToken).ConfigureAwait(false);
350
var generatedDocumentStates = await Solution.CompilationState.
GetSourceGeneratedDocumentStatesAsync
(State, cancellationToken).ConfigureAwait(false);
Workspace\Solution\SolutionCompilationState.cs (1)
1233
/// <inheritdoc cref="
GetSourceGeneratedDocumentStatesAsync
(ProjectState, CancellationToken)"/>