1 write to _packageSourceLocation
dotnet (1)
Commands\Workload\Install\FileBasedInstaller.cs (1)
77
_packageSourceLocation
= packageSourceLocation;
3 references to _packageSourceLocation
dotnet (3)
Commands\Workload\Install\FileBasedInstaller.cs (3)
135
new NuGetVersion(workloadSetPackageVersion),
_packageSourceLocation
);
171
_packageSourceLocation
).GetAwaiter().GetResult();
316
new NuGetVersion(packageVersion),
_packageSourceLocation
).GetAwaiter().GetResult();