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