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