2 instantiations of ProjectRestoreCommand
NuGet.Commands (2)
RestoreCommand\RestoreCommand.cs (2)
1859var projectRestoreCommand = new ProjectRestoreCommand(projectRestoreRequest); 2021var projectRestoreCommand = new ProjectRestoreCommand(projectRestoreRequest);
9 references to ProjectRestoreCommand
NuGet.Commands (9)
RestoreCommand\DependencyGraphResolver.cs (7)
102/// <param name="projectRestoreCommand">A <see cref="ProjectRestoreCommand" /> instance to use for installing packages.</param> 116ProjectRestoreCommand projectRestoreCommand, 160downloadDependencyResolutionResults = await ProjectRestoreCommand.DownloadDependenciesAsync(_request.Project, context, _telemetryActivity, telemetryPrefix: string.Empty, token); 245_telemetryActivity.EndIntervalMeasure(ProjectRestoreCommand.WalkFrameworkDependencyDuration); 250downloadDependencyResolutionResults = await ProjectRestoreCommand.DownloadDependenciesAsync(_request.Project, context, _telemetryActivity, telemetryPrefix: string.Empty, token); 1441RuntimeGraph? projectProviderRuntimeGraph = string.IsNullOrWhiteSpace(runtimeGraphPath) ? default : ProjectRestoreCommand.GetRuntimeGraph(runtimeGraphPath, _logger); 1444runtimeGraph = ProjectRestoreCommand.GetRuntimeGraph(restoreTargetGraphForTargetFramework, localRepositories, projectRuntimeGraph: projectProviderRuntimeGraph, _logger);
RestoreCommand\RestoreCommand.cs (2)
1859var projectRestoreCommand = new ProjectRestoreCommand(projectRestoreRequest); 2021var projectRestoreCommand = new ProjectRestoreCommand(projectRestoreRequest);