3 references to ReplaceRange
Microsoft.CodeAnalysis.CSharp.Workspaces (3)
CodeGeneration\CSharpSyntaxGenerator.cs (3)
2738return ReplaceRange(root, fullDecl, SplitAndReplace(fullDecl, index, [newDeclaration]));
2879return ReplaceRange(root, fullDecl, this.SplitAndInsert(fullDecl, index, newDeclarations));
2919return ReplaceRange(root, fullDecl, this.SplitAndInsert(fullDecl, index + 1, newDeclarations));