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