1 write to _packageId
dotnet (1)
Commands\Tool\Install\ToolInstallGlobalOrToolPathCommand.cs (1)
72
_packageId
= packageId ?? (packageIdArgument is not null ? new PackageId(packageIdArgument) : null);
2 references to _packageId
dotnet (2)
Commands\Tool\Install\ToolInstallGlobalOrToolPathCommand.cs (2)
133
if (
_packageId
is null)
138
return ExecuteInstallCommand((PackageId)
_packageId
);