2 references to ReplaceChange
Microsoft.CodeAnalysis.Workspaces (2)
Editing\SyntaxEditor.cs (2)
157
_changes.Add(new
ReplaceChange
(node, computeReplacement));
189
_changes.Add(new
ReplaceChange
(node, (n, g) => newNode));