5 references to Merge
installer.tasks (1)
GenerateTestSharedFrameworkDepsFile.cs (1)
115runtimeGraph = RuntimeGraph.Merge(runtimeGraph, JsonRuntimeFormat.ReadRuntimeGraph(runtimeGraphFile));
Microsoft.DotNet.Build.Tasks.Packaging (1)
GenerateRuntimeDependencies.cs (1)
135runtimeGraph = RuntimeGraph.Merge(existingGraph, runtimeGraph);
NuGet.Commands (3)
RestoreCommand\DependencyGraphResolver.cs (1)
180allRuntimes = RuntimeGraph.Merge(allRuntimes, runtimeGraph);
RestoreCommand\ProjectRestoreCommand.cs (2)
135allRuntimes = RuntimeGraph.Merge(allRuntimes, runtimeGraph); 512runtimeGraph = RuntimeGraph.Merge(runtimeGraph, nextGraph);