1 write to _packageToolIdentityArgument
dotnet (1)
Commands\Tool\Execute\ToolExecuteCommand.cs (1)
40
_packageToolIdentityArgument
= result.GetValue(Definition.PackageIdentityArgument);
2 references to _packageToolIdentityArgument
dotnet (2)
Commands\Tool\Execute\ToolExecuteCommand.cs (2)
54
_packageToolIdentityArgument
.VersionRange?.OriginalString,
58
PackageId packageId = new PackageId(
_packageToolIdentityArgument
.Id);