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