2 references to PackageIdentityArgument
dotnet (2)
Commands\Tool\Execute\ToolExecuteCommand.cs (1)
25
private readonly PackageIdentityWithRange _packageToolIdentityArgument = result.GetValue(ToolExecuteCommandParser.
PackageIdentityArgument
);
Commands\Tool\Execute\ToolExecuteCommandParser.cs (1)
42
command.Arguments.Add(
PackageIdentityArgument
);