1 write to _fromCacheOption
dotnet (1)
Commands\Workload\InstallingWorkloadCommand.cs (1)
95_fromCacheOption = parseResult.GetValue(Definition.FromCacheOption);
6 references to _fromCacheOption
dotnet (6)
Commands\Workload\Install\WorkloadInstallCommand.cs (2)
236DirectoryPath? offlineCache = string.IsNullOrWhiteSpace(_fromCacheOption) ? null : new DirectoryPath(_fromCacheOption);
Commands\Workload\Update\WorkloadUpdateCommand.cs (4)
107string.IsNullOrWhiteSpace(_fromCacheOption) ? 109new DirectoryPath(_fromCacheOption)) 152DirectoryPath? offlineCache = string.IsNullOrWhiteSpace(_fromCacheOption) ? null : new DirectoryPath(_fromCacheOption);