1 write to _packageSourceLocation
dotnet (1)
Commands\Workload\Install\WorkloadManifestUpdater.cs (1)
53_packageSourceLocation = packageSourceLocation;
2 references to _packageSourceLocation
dotnet (2)
Commands\Workload\Install\WorkloadManifestUpdater.cs (2)
286var latestVersion = await _nugetPackageDownloader.GetLatestPackageVersion(packageId, _packageSourceLocation, includePreviews); 329await _nugetPackageDownloader.DownloadPackageAsync(manifestPackageId, packageVersion: packageVersion, packageSourceLocation: _packageSourceLocation, includePreview: includePreviews);