7 references to ArgumentResult
System.CommandLine (7)
Argument.cs (1)
147
return GetDefaultValue(new
ArgumentResult
(this, new SymbolResultTree(command), null));
Parsing\ArgumentResult.cs (1)
115
nextArgumentResult = new
ArgumentResult
(nextArgument, SymbolResultTree, Parent);
Parsing\CommandResult.cs (2)
98
argumentResult =
new
(optionResult.Option.Argument, SymbolResultTree, optionResult);
163
argumentResult = new
ArgumentResult
(argument, SymbolResultTree, this);
Parsing\ParseOperation.cs (3)
171
new
ArgumentResult
(
283
argumentResult = new
ArgumentResult
(
310
var argumentResult = new
ArgumentResult
(argument, _symbolResultTree, optionResult);