2 references to RemoveRange
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
Build\ProjectBuildManager.cs (1)
175var allProperties = s_defaultGlobalProperties.RemoveRange(globalProperties.Keys).AddRange(globalProperties);
System.Collections.Immutable (1)
System\Collections\Immutable\ImmutableDictionary_2.cs (1)
540return this.RemoveRange(keys);