8 implementations of RemoveAll
Microsoft.Build.Framework (1)
ImmutableSegmentedList`1.cs (1)
619IImmutableList<T> IImmutableList<T>.RemoveAll(Predicate<T> match)
Microsoft.CodeAnalysis (1)
src\Dependencies\Collections\ImmutableSegmentedList`1.cs (1)
619IImmutableList<T> IImmutableList<T>.RemoveAll(Predicate<T> match)
Microsoft.CodeAnalysis.CodeStyle (1)
src\Dependencies\Collections\ImmutableSegmentedList`1.cs (1)
619IImmutableList<T> IImmutableList<T>.RemoveAll(Predicate<T> match)
Microsoft.CodeAnalysis.Collections.Package (1)
ImmutableSegmentedList`1.cs (1)
619IImmutableList<T> IImmutableList<T>.RemoveAll(Predicate<T> match)
Microsoft.CodeAnalysis.Workspaces (1)
src\Dependencies\Collections\ImmutableSegmentedList`1.cs (1)
619IImmutableList<T> IImmutableList<T>.RemoveAll(Predicate<T> match)
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
src\Dependencies\Collections\ImmutableSegmentedList`1.cs (1)
619IImmutableList<T> IImmutableList<T>.RemoveAll(Predicate<T> match)
System.Collections.Immutable (2)
System\Collections\Immutable\ImmutableArray_1.cs (1)
1131IImmutableList<T> IImmutableList<T>.RemoveAll(Predicate<T> match)
System\Collections\Immutable\ImmutableList_1.cs (1)
847IImmutableList<T> IImmutableList<T>.RemoveAll(Predicate<T> match) => this.RemoveAll(match);
1 reference to RemoveAll
Microsoft.CodeAnalysis.UnitTests (1)
Collections\ImmutableSegmentedListTest.cs (1)
387list2 = list2.RemoveAll(removeList.Contains);