3 references to ReplaceNodesAsync
Microsoft.CodeAnalysis.Features (1)
IntroduceVariable\AbstractIntroduceVariableService.cs (1)
437
.
ReplaceNodesAsync
(
Microsoft.CodeAnalysis.Workspaces.UnitTests (2)
SyntaxNodeTests.cs (2)
31
var newRoot = await root.
ReplaceNodesAsync
([node], (o, n, c) =>
51
var newRoot = await root.
ReplaceNodesAsync
(nodes, (o, n, c) =>