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)
286
var latestVersion = await _nugetPackageDownloader.GetLatestPackageVersion(packageId,
_packageSourceLocation
, includePreviews);
329
await _nugetPackageDownloader.DownloadPackageAsync(manifestPackageId, packageVersion: packageVersion, packageSourceLocation:
_packageSourceLocation
, includePreview: includePreviews);