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