16 references to AddRange
Microsoft.CodeAnalysis (1)
ImmutableSegmentedList`1+ValueBuilder.cs (1)
92
GetOrCreateMutableList().
AddRange
(items);
Microsoft.CodeAnalysis.UnitTests (15)
Collections\List\SegmentedList.Generic.Tests.AddRange.cs (8)
33
list.
AddRange
(enumerable);
54
Assert.Throws<ArgumentNullException>(() => list.
AddRange
(null!));
64
list.
AddRange
(list);
65
list.
AddRange
(list.Where(_ => true));
70
list.
AddRange
(list);
72
list.
AddRange
(list);
76
Assert.Throws<InvalidOperationException>(() => list.
AddRange
(list.Where(_ => true)));
78
Assert.Throws<InvalidOperationException>(() => list.
AddRange
(list.Where(_ => true)));
Collections\List\SegmentedList.Generic.Tests.IndexOf.cs (7)
136
list.
AddRange
(list);
154
list.
AddRange
(list);
155
list.
AddRange
(list);
156
list.
AddRange
(list);
175
list.
AddRange
(list);
176
list.
AddRange
(list);
177
list.
AddRange
(list);