1 write to _fromCacheOption
dotnet (1)
Commands\Workload\InstallingWorkloadCommand.cs (1)
97_fromCacheOption = parseResult.GetValue(InstallingWorkloadCommandParser.FromCacheOption);
6 references to _fromCacheOption
dotnet (6)
Commands\Workload\Install\WorkloadInstallCommand.cs (2)
221DirectoryPath? offlineCache = string.IsNullOrWhiteSpace(_fromCacheOption) ? null : new DirectoryPath(_fromCacheOption);
Commands\Workload\Update\WorkloadUpdateCommand.cs (4)
104string.IsNullOrWhiteSpace(_fromCacheOption) ? 106new DirectoryPath(_fromCacheOption)) 149DirectoryPath? offlineCache = string.IsNullOrWhiteSpace(_fromCacheOption) ? null : new DirectoryPath(_fromCacheOption);