1 write to _packageSourceLocation
dotnet (1)
Commands\Workload\InstallingWorkloadCommand.cs (1)
106_packageSourceLocation = string.IsNullOrEmpty(configOption) && (sourceOption == null || !sourceOption.Any()) ? null :
8 references to _packageSourceLocation
dotnet (8)
Commands\Workload\Install\WorkloadInstallCommand.cs (3)
64_packageSourceLocation, RestoreActionConfiguration, elevationRequired: !_printDownloadLinkOnly && string.IsNullOrWhiteSpace(_downloadToCacheOption)); 68_workloadInstaller.GetWorkloadInstallationRecordRepository(), _workloadInstaller, _packageSourceLocation, displayManifestUpdates: Verbosity.IsDetailedOrDiagnostic()); 319urls.Add(await packageDownloader.GetPackageUrl(new PackageId(download.NuGetPackageId), new NuGetVersion(download.NuGetPackageVersion), _packageSourceLocation));
Commands\Workload\InstallingWorkloadCommand.cs (2)
398_packageSourceLocation, downloadFolder: folderForManifestDownloads); 422_packageSourceLocation, downloadFolder: downloadFolderDirectoryPath);
Commands\Workload\Update\WorkloadUpdateCommand.cs (3)
50_dotnetPath, TempDirectoryPath, packageSourceLocation: _packageSourceLocation, RestoreActionConfiguration, 57_workloadInstaller.GetWorkloadInstallationRecordRepository(), _workloadInstaller, _packageSourceLocation, sdkFeatureBand: _sdkFeatureBand); 216urls.Add(await packageDownloader.GetPackageUrl(new PackageId(download.NuGetPackageId), new NuGetVersion(download.NuGetPackageVersion), _packageSourceLocation));