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)
107if (_packageIdentityWithRange != null) 117concreteDownloader.LoadNuGetSources(new PackageId(_packageIdentityWithRange.Value.Id), packageSourceLocationForValidation); 160Debug.Assert(_packageIdentityWithRange.HasValue); 163_packageIdentityWithRange.Value.VersionRange?.OriginalString, 167return ExecuteInstallCommand(new PackageId(_packageIdentityWithRange.Value.Id), versionRange);