2 instantiations of SymbolResultTree
System.CommandLine (2)
Argument.cs (1)
147return 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)
20SymbolResultTree symbolResultTree,
Parsing\CommandResult.cs (1)
17SymbolResultTree symbolResultTree,
Parsing\DirectiveResult.cs (1)
12internal DirectiveResult(Directive directive, Token token, SymbolResultTree symbolResultTree)
Parsing\OptionResult.cs (1)
16SymbolResultTree symbolResultTree,
Parsing\ParseOperation.cs (1)
15private readonly SymbolResultTree _symbolResultTree;
Parsing\SymbolResult.cs (2)
13internal readonly SymbolResultTree SymbolResultTree; 16private protected SymbolResult(SymbolResultTree symbolResultTree, SymbolResult? parent)