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