3 references to RemoveRange
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\TextDocumentStates.cs (1)
172
return new(_ids.RemoveRange(enumerableIds), States.
RemoveRange
(enumerableIds), filePathToDocumentIds: null);
RunTests (1)
AssemblyScheduler.cs (1)
200
typeInfos = typeInfos.
RemoveRange
(singlePartitionAssemblies.Select(kvp => kvp.Key));
System.Collections.Immutable (1)
System\Collections\Immutable\ImmutableSortedDictionary_2.cs (1)
417
return this.
RemoveRange
(keys);