2 references to GetRuntimeGraph
NuGet.Commands (2)
RestoreCommand\DependencyGraphResolver.cs (1)
1444
runtimeGraph = ProjectRestoreCommand.
GetRuntimeGraph
(restoreTargetGraphForTargetFramework, localRepositories, projectRuntimeGraph: projectProviderRuntimeGraph, _logger);
RestoreCommand\ProjectRestoreCommand.cs (1)
131
var runtimeGraph =
GetRuntimeGraph
(graph, localRepositories, projectRuntimeGraph: projectProviderRuntimeGraph, _logger);