1 write to RestoreActionConfiguration
dotnet (1)
Commands\Workload\WorkloadCommandBase.cs (1)
104
RestoreActionConfiguration
= Definition.RestoreOptions?.ToRestoreActionConfig(_parseResult) ?? new RestoreActionConfig();
6 references to RestoreActionConfiguration
dotnet (6)
Commands\Workload\Install\WorkloadInstallCommand.cs (2)
81
_packageSourceLocation,
RestoreActionConfiguration
, elevationRequired: !_printDownloadLinkOnly && string.IsNullOrWhiteSpace(_downloadToCacheOption));
133
restoreActionConfig:
RestoreActionConfiguration
);
Commands\Workload\Restore\WorkloadRestoreCommand.cs (1)
35
creationResult.DotnetPath, TempDirectoryPath, null,
RestoreActionConfiguration
, elevationRequired: true);
Commands\Workload\Update\WorkloadUpdateCommand.cs (2)
59
_dotnetPath, TempDirectoryPath, packageSourceLocation: _packageSourceLocation,
RestoreActionConfiguration
,
96
restoreActionConfig:
RestoreActionConfiguration
);
Commands\Workload\WorkloadCommandBase.cs (1)
133
RestoreActionConfiguration
);