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