12 implementations of RemoveAll
GenerateDocumentationAndConfigFiles (1)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
621IImmutableList<T> IImmutableList<T>.RemoveAll(Predicate<T> match)
Microsoft.Build (1)
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Segmented\ImmutableSegmentedList`1.cs (1)
621IImmutableList<T> IImmutableList<T>.RemoveAll(Predicate<T> match)
Microsoft.CodeAnalysis (1)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
621IImmutableList<T> IImmutableList<T>.RemoveAll(Predicate<T> match)
Microsoft.CodeAnalysis.Analyzers (1)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
621IImmutableList<T> IImmutableList<T>.RemoveAll(Predicate<T> match)
Microsoft.CodeAnalysis.AnalyzerUtilities (1)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
621IImmutableList<T> IImmutableList<T>.RemoveAll(Predicate<T> match)
Microsoft.CodeAnalysis.CodeStyle (1)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
621IImmutableList<T> IImmutableList<T>.RemoveAll(Predicate<T> match)
Microsoft.CodeAnalysis.Extensions.Package (1)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
621IImmutableList<T> IImmutableList<T>.RemoveAll(Predicate<T> match)
Microsoft.CodeAnalysis.ResxSourceGenerator (1)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
621IImmutableList<T> IImmutableList<T>.RemoveAll(Predicate<T> match)
Microsoft.CodeAnalysis.Workspaces (1)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
621IImmutableList<T> IImmutableList<T>.RemoveAll(Predicate<T> match)
Roslyn.Diagnostics.Analyzers (1)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
621IImmutableList<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);