1 write to _packageSourceLocation
dotnet (1)
Commands\Workload\InstallingWorkloadCommand.cs (1)
104_packageSourceLocation = string.IsNullOrEmpty(configOption) && (sourceOption == null || !sourceOption.Any()) ? null :
8 references to _packageSourceLocation
dotnet (8)
Commands\Workload\Install\WorkloadInstallCommand.cs (3)
81_packageSourceLocation, RestoreActionConfiguration, elevationRequired: !_printDownloadLinkOnly && string.IsNullOrWhiteSpace(_downloadToCacheOption)); 85_workloadInstaller.GetWorkloadInstallationRecordRepository(), _workloadInstaller, _packageSourceLocation, displayManifestUpdates: Verbosity.IsDetailedOrDiagnostic()); 334urls.Add(await packageDownloader.GetPackageUrl(new PackageId(download.NuGetPackageId), new NuGetVersion(download.NuGetPackageVersion), _packageSourceLocation));
Commands\Workload\InstallingWorkloadCommand.cs (2)
395_packageSourceLocation, downloadFolder: folderForManifestDownloads); 419_packageSourceLocation, downloadFolder: downloadFolderDirectoryPath);
Commands\Workload\Update\WorkloadUpdateCommand.cs (3)
59_dotnetPath, TempDirectoryPath, packageSourceLocation: _packageSourceLocation, RestoreActionConfiguration, 66_workloadInstaller.GetWorkloadInstallationRecordRepository(), _workloadInstaller, _packageSourceLocation, sdkFeatureBand: _sdkFeatureBand); 219urls.Add(await packageDownloader.GetPackageUrl(new PackageId(download.NuGetPackageId), new NuGetVersion(download.NuGetPackageVersion), _packageSourceLocation));