1 write to _rootCommandResult
System.CommandLine (1)
ParseResult.cs (1)
38
_rootCommandResult
= rootCommandResult;
7 references to _rootCommandResult
System.CommandLine (7)
ParseResult.cs (7)
86
public CommandResult RootCommandResult =>
_rootCommandResult
;
184
_rootCommandResult
.GetResult(argument);
192
_rootCommandResult
.GetResult(command);
200
_rootCommandResult
.GetResult(option);
207
public DirectiveResult? GetResult(Directive directive) =>
_rootCommandResult
.GetResult(directive);
215
=>
_rootCommandResult
.SymbolResultTree.TryGetValue(symbol, out SymbolResult? result) ? result : null;
223
_rootCommandResult
.SymbolResultTree.GetResult(name);