1 reference to RewriteDocumentAsync
Microsoft.CodeAnalysis.Features (1)
IntroduceParameter\AbstractIntroduceParameterCodeRefactoringProvider.cs (1)
262
var newRoot = await rewriter.
RewriteDocumentAsync
(compilation, document, invocations, cancellationToken).ConfigureAwait(false);