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