1 reference to GetDocumentAndStateAsync
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\DebuggingSession.cs (1)
441
var (oldDocument, oldDocumentState) = await LastCommittedSolution.
GetDocumentAndStateAsync
(document.Id, document, cancellationToken).ConfigureAwait(false);