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