2 references to GetDocumentContentAsync
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (2)
522
var (oldDocument, oldText) = await
GetDocumentContentAsync
(oldProject, documentId, cancellationToken).ConfigureAwait(false);
523
var (newDocument, newText) = await
GetDocumentContentAsync
(newProject, documentId, cancellationToken).ConfigureAwait(false);