2 references to SplitAndInsert
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
CodeGeneration\CSharpSyntaxGenerator.cs (2)
2877
return ReplaceRange(root, fullDecl, this.
SplitAndInsert
(fullDecl, index, newDeclarations));
2917
return ReplaceRange(root, fullDecl, this.
SplitAndInsert
(fullDecl, index + 1, newDeclarations));