2 instantiations of InsertChange
Microsoft.CodeAnalysis.Workspaces (2)
Editing\SyntaxEditor.cs (2)
201
_changes.Add(new
InsertChange
(node, newNodes, isBefore: true));
223
_changes.Add(new
InsertChange
(node, newNodes, isBefore: false));