6 references to GetSourceGeneratedDocumentStatesAsync
Microsoft.CodeAnalysis.Features (4)
EditAndContinue\EditSession.cs (4)
429
var oldSourceGeneratedDocumentStates = await oldProject.Solution.State.
GetSourceGeneratedDocumentStatesAsync
(oldProject.State, cancellationToken).ConfigureAwait(false);
433
var newSourceGeneratedDocumentStates = await newProject.Solution.State.
GetSourceGeneratedDocumentStatesAsync
(newProject.State, cancellationToken).ConfigureAwait(false);
493
var oldSourceGeneratedDocumentStates = await oldProject.Solution.State.
GetSourceGeneratedDocumentStatesAsync
(oldProject.State, cancellationToken).ConfigureAwait(false);
497
var newSourceGeneratedDocumentStates = await newProject.Solution.State.
GetSourceGeneratedDocumentStatesAsync
(newProject.State, cancellationToken).ConfigureAwait(false);
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Solution\Project.cs (2)
286
var generatedDocumentStates = await _solution.State.
GetSourceGeneratedDocumentStatesAsync
(this.State, cancellationToken).ConfigureAwait(false);
307
var generatedDocumentStates = await _solution.State.
GetSourceGeneratedDocumentStatesAsync
(State, cancellationToken).ConfigureAwait(false);