2 references to RemoveRange
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\TextDocumentStates.cs (1)
174
return new(_ids.RemoveRange(enumerableIds), States.
RemoveRange
(enumerableIds), filePathToDocumentIds: null);
System.Collections.Immutable (1)
System\Collections\Immutable\ImmutableSortedDictionary_2.cs (1)
417
return this.
RemoveRange
(keys);