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