2 references to WriteDocumentAsync
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\TraceLog.cs (2)
130
await
WriteDocumentAsync
(oldDocument, fileNameSuffix: "old", updateId, generation, cancellationToken).ConfigureAwait(false);
135
await
WriteDocumentAsync
(newDocument, fileNameSuffix: "new", updateId, generation, cancellationToken).ConfigureAwait(false);