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)
133if (_packageId is null) 138return ExecuteInstallCommand((PackageId)_packageId);