9 references to RemoveAll
Microsoft.Build.Framework (1)
ImmutableSegmentedList`1.cs (1)
382/// <inheritdoc cref="ImmutableList{T}.RemoveAll(Predicate{T})"/>
Microsoft.CodeAnalysis (1)
src\Dependencies\Collections\ImmutableSegmentedList`1.cs (1)
382/// <inheritdoc cref="ImmutableList{T}.RemoveAll(Predicate{T})"/>
Microsoft.CodeAnalysis.CodeStyle (1)
src\Dependencies\Collections\ImmutableSegmentedList`1.cs (1)
382/// <inheritdoc cref="ImmutableList{T}.RemoveAll(Predicate{T})"/>
Microsoft.CodeAnalysis.Collections.Package (1)
ImmutableSegmentedList`1.cs (1)
382/// <inheritdoc cref="ImmutableList{T}.RemoveAll(Predicate{T})"/>
Microsoft.CodeAnalysis.Workspaces (1)
src\Dependencies\Collections\ImmutableSegmentedList`1.cs (1)
382/// <inheritdoc cref="ImmutableList{T}.RemoveAll(Predicate{T})"/>
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
src\Dependencies\Collections\ImmutableSegmentedList`1.cs (1)
382/// <inheritdoc cref="ImmutableList{T}.RemoveAll(Predicate{T})"/>
Microsoft.VisualStudio.LanguageServices.Test.Utilities2 (2)
MockVsFileChangeEx.vb (2)
63_watchedDirectories = _watchedDirectories.RemoveAll(Function(t) t.Cookie = VSCOOKIE) 71_watchedFiles = _watchedFiles.RemoveAll(Function(t) t.Cookie = VSCOOKIE)
System.Collections.Immutable (1)
System\Collections\Immutable\ImmutableList_1.cs (1)
847IImmutableList<T> IImmutableList<T>.RemoveAll(Predicate<T> match) => this.RemoveAll(match);