1 write to _packageSourceLocation
dotnet (1)
Commands\Workload\Install\FileBasedInstaller.cs (1)
74
_packageSourceLocation
= packageSourceLocation;
3 references to _packageSourceLocation
dotnet (3)
Commands\Workload\Install\FileBasedInstaller.cs (3)
132
new NuGetVersion(workloadSetPackageVersion),
_packageSourceLocation
);
168
_packageSourceLocation
).GetAwaiter().GetResult();
313
new NuGetVersion(packageVersion),
_packageSourceLocation
).GetAwaiter().GetResult();