2 references to 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);