5 references to RemoveAll
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\CommittedSolution.cs (1)
467_documentState.RemoveAll(
Microsoft.CodeAnalysis.Workspaces.UnitTests (4)
UtilityTest\DictionaryExtensionsTests.cs (4)
17dictionary.RemoveAll((_, _, _) => true, 0); 31dictionary.RemoveAll((key, value, arg) => value.StartsWith(arg), "t"); 49dictionary.RemoveAll((key, value, arg) => value.StartsWith(arg), "z"); 67dictionary.RemoveAll((key, value, arg) => value.StartsWith(arg), "t");