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