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