1 write to RestoreActionConfiguration
dotnet (1)
Commands\Workload\WorkloadCommandBase.cs (1)
95
RestoreActionConfiguration
= _parseResult.ToRestoreActionConfig();
6 references to RestoreActionConfiguration
dotnet (6)
Commands\Workload\Install\WorkloadInstallCommand.cs (2)
64
_packageSourceLocation,
RestoreActionConfiguration
, elevationRequired: !_printDownloadLinkOnly && string.IsNullOrWhiteSpace(_downloadToCacheOption));
119
restoreActionConfig:
RestoreActionConfiguration
,
Commands\Workload\Restore\WorkloadRestoreCommand.cs (1)
32
creationResult.DotnetPath, TempDirectoryPath, null,
RestoreActionConfiguration
, elevationRequired: true);
Commands\Workload\Update\WorkloadUpdateCommand.cs (2)
50
_dotnetPath, TempDirectoryPath, packageSourceLocation: _packageSourceLocation,
RestoreActionConfiguration
,
92
restoreActionConfig:
RestoreActionConfiguration
,
Commands\Workload\WorkloadCommandBase.cs (1)
127
restoreActionConfig:
RestoreActionConfiguration
,