3 references to InsertRange
Microsoft.CodeAnalysis (3)
Syntax\SeparatedSyntaxList.cs (1)
447return new SeparatedSyntaxList<TNode>(nodesWithSeps.InsertRange(insertionIndex, nodesToInsertWithSeparators));
Syntax\SyntaxNodeOrTokenList.cs (2)
301return InsertRange(this.Count, nodesOrTokens); 316return InsertRange(index, SpecializedCollections.SingletonEnumerable(nodeOrToken));