4 references to RemoveRange
Microsoft.Build (1)
Instance\ProjectItemInstance.cs (1)
1158
_directMetadata = DirectMetadata.
RemoveRange
(metadataNames);
Microsoft.Build.Utilities.Core (1)
TaskItem.cs (1)
294
_metadata = _metadata.
RemoveRange
(metadataNames);
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\DebuggingSession.cs (1)
622
LastCommittedSolution.CommitChanges(solution, staleProjects: pendingSolutionUpdate.StaleProjects.
RemoveRange
(projectsToRebuildTransitive));
System.Collections.Immutable (1)
System\Collections\Immutable\ImmutableDictionary_2.cs (1)
547
return this.
RemoveRange
(keys);