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