3 references to ReplaceNodesAsync
Microsoft.CodeAnalysis.Features (1)
IntroduceVariable\AbstractIntroduceVariableService.cs (1)
467.ReplaceNodesAsync(
Microsoft.CodeAnalysis.Workspaces.UnitTests (2)
SyntaxNodeTests.cs (2)
33var newRoot = await root.ReplaceNodesAsync(new[] { node }, (o, n, c) => 55var newRoot = await root.ReplaceNodesAsync(nodes, (o, n, c) =>