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