2 references to GetSourceGeneratedDocumentStatesAsync
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\EditSession.cs (2)
523
var oldSourceGeneratedDocumentStates = await
GetSourceGeneratedDocumentStatesAsync
(log, oldProject, diagnostics: null, cancellationToken).ConfigureAwait(false);
526
var newSourceGeneratedDocumentStates = await
GetSourceGeneratedDocumentStatesAsync
(log, newProject, diagnostics: null, cancellationToken).ConfigureAwait(false);