2 instantiations of ReplaceChange
Microsoft.CodeAnalysis.Workspaces (2)
Editing\SyntaxEditor.cs (2)
155
_changes.Add(new
ReplaceChange
(node, computeReplacement));
187
_changes.Add(new
ReplaceChange
(node, (n, g) => newNode));