2 instantiations of ProjectRestoreCommand
NuGet.Commands (2)
RestoreCommand\RestoreCommand.cs (2)
1859
var projectRestoreCommand = new
ProjectRestoreCommand
(projectRestoreRequest);
2021
var 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>
116
ProjectRestoreCommand
projectRestoreCommand,
160
downloadDependencyResolutionResults = await
ProjectRestoreCommand
.DownloadDependenciesAsync(_request.Project, context, _telemetryActivity, telemetryPrefix: string.Empty, token);
245
_telemetryActivity.EndIntervalMeasure(
ProjectRestoreCommand
.WalkFrameworkDependencyDuration);
250
downloadDependencyResolutionResults = await
ProjectRestoreCommand
.DownloadDependenciesAsync(_request.Project, context, _telemetryActivity, telemetryPrefix: string.Empty, token);
1441
RuntimeGraph? projectProviderRuntimeGraph = string.IsNullOrWhiteSpace(runtimeGraphPath) ? default :
ProjectRestoreCommand
.GetRuntimeGraph(runtimeGraphPath, _logger);
1444
runtimeGraph =
ProjectRestoreCommand
.GetRuntimeGraph(restoreTargetGraphForTargetFramework, localRepositories, projectRuntimeGraph: projectProviderRuntimeGraph, _logger);
RestoreCommand\RestoreCommand.cs (2)
1859
var
projectRestoreCommand = new ProjectRestoreCommand(projectRestoreRequest);
2021
var
projectRestoreCommand = new ProjectRestoreCommand(projectRestoreRequest);