2 references to GetRuntimeGraph
NuGet.Commands (2)
RestoreCommand\DependencyGraphResolver.cs (1)
1441RuntimeGraph? projectProviderRuntimeGraph = string.IsNullOrWhiteSpace(runtimeGraphPath) ? default : ProjectRestoreCommand.GetRuntimeGraph(runtimeGraphPath, _logger);
RestoreCommand\ProjectRestoreCommand.cs (1)
125projectProviderRuntimeGraph = GetRuntimeGraph(runtimeGraphPath, _logger);