2 instantiations of SymbolResultTree
System.CommandLine (2)
Argument.cs (1)
147
return GetDefaultValue(new ArgumentResult(this, new
SymbolResultTree
(command), null));
Parsing\ParseOperation.cs (1)
36
_symbolResultTree =
new
(_rootCommand, tokenizeErrors);
7 references to SymbolResultTree
System.CommandLine (7)
Parsing\ArgumentResult.cs (1)
20
SymbolResultTree
symbolResultTree,
Parsing\CommandResult.cs (1)
17
SymbolResultTree
symbolResultTree,
Parsing\DirectiveResult.cs (1)
12
internal DirectiveResult(Directive directive, Token token,
SymbolResultTree
symbolResultTree)
Parsing\OptionResult.cs (1)
16
SymbolResultTree
symbolResultTree,
Parsing\ParseOperation.cs (1)
15
private readonly
SymbolResultTree
_symbolResultTree;
Parsing\SymbolResult.cs (2)
13
internal readonly
SymbolResultTree
SymbolResultTree;
16
private protected SymbolResult(
SymbolResultTree
symbolResultTree, SymbolResult? parent)