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