5 references to ReplaceNodesAsync
Microsoft.CodeAnalysis.CSharp.Features (2)
CodeRefactorings\InlineTemporary\InlineTemporaryCodeRefactoringProvider.cs (2)
153
document = await document.
ReplaceNodesAsync
(
196
document = await document.
ReplaceNodesAsync
(topmostParentingExpressions, (o, n) =>
Microsoft.CodeAnalysis.VisualBasic.Features (3)
CodeRefactorings\InlineTemporary\VisualBasicInlineTemporaryCodeRefactoringProvider.vb (3)
141
updatedDocument = Await updatedDocument.
ReplaceNodesAsync
(
182
updatedDocument = Await updatedDocument.
ReplaceNodesAsync
(
469
Return Await inlinedDocument.
ReplaceNodesAsync
(replacementNodesWithChangedSemantics.Keys, conflictAnnotationAdder, cancellationToken).ConfigureAwait(False)