4 references to RemoveAll
Microsoft.CodeAnalysis.Workspaces (3)
Diagnostics\Extensions.cs (1)
315return diagnostics.RemoveAll(diagnostic =>
Options\LegacyWorkspaceOptionService.cs (1)
111.RemoveAll(static weakWorkspace => !weakWorkspace.TryGetTarget(out _))
Workspace\Solution\Solution_SemanticModelCaching.cs (1)
38localArray = localArray.RemoveAll(
System.Collections.Immutable (1)
System\Collections\Immutable\ImmutableArray_1.cs (1)
1135return self.RemoveAll(match);