4 references to RemoveAll
Microsoft.CodeAnalysis (1)
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
622
=>
RemoveAll
(match);
Microsoft.CodeAnalysis.UnitTests (3)
Collections\ImmutableSegmentedListTest.cs (3)
364
list = list.
RemoveAll
(removeList.Contains);
612
Assert.Throws<ArgumentNullException>("match", () => ImmutableSegmentedList<int>.Empty.
RemoveAll
(null!));
844
var actual = list.
RemoveAll
(test);