2 writes to _packageIdentityWithRange
dotnet (2)
Commands\Tool\Install\ToolInstallGlobalOrToolPathCommand.cs (2)
83
_packageIdentityWithRange
= parseResult.GetValue(updateDef.PackageIdentityArgument);
88
_packageIdentityWithRange
= parseResult.GetValue(installDef.PackageIdentityArgument);
5 references to _packageIdentityWithRange
dotnet (5)
Commands\Tool\Install\ToolInstallGlobalOrToolPathCommand.cs (5)
107
if (
_packageIdentityWithRange
!= null)
117
concreteDownloader.LoadNuGetSources(new PackageId(
_packageIdentityWithRange
.Value.Id), packageSourceLocationForValidation);
160
Debug.Assert(
_packageIdentityWithRange
.HasValue);
163
_packageIdentityWithRange
.Value.VersionRange?.OriginalString,
167
return ExecuteInstallCommand(new PackageId(
_packageIdentityWithRange
.Value.Id), versionRange);