2 references to CommandArgument
dotnet (2)
Commands\Tool\Execute\ToolExecuteCommand.cs (1)
26private readonly IEnumerable<string> _forwardArguments = result.GetValue(ToolExecuteCommandParser.CommandArgument) ?? Enumerable.Empty<string>();
Commands\Tool\Execute\ToolExecuteCommandParser.cs (1)
43command.Arguments.Add(CommandArgument);