2 references to InsertRange
Microsoft.CodeAnalysis.CodeStyle (2)
ImmutableSegmentedList`1+ValueBuilder.cs (1)
213=> GetOrCreateMutableList().InsertRange(index, items);
SegmentedList`1.cs (1)
268=> InsertRange(_size, collection);