5 references to Remove
Microsoft.CodeAnalysis.UnitTests (5)
Collections\ImmutableSegmentedListTest.cs (5)
322
list = list.
Remove
((GenericParameterHelper?)null);
351
list = list.
Remove
(30);
355
list = list.
Remove
(100);
359
list = list.
Remove
(10);
397
Assert.True(IsSame(list, list.
Remove
(3)));