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