4 references to
System.CommandLine (4)
Parsing\ArgumentResult.cs (1)
21SymbolResult? parent) : base(symbolResultTree, parent)
Parsing\CommandResult.cs (1)
19base(symbolResultTree, parent)
Parsing\DirectiveResult.cs (1)
13: base(symbolResultTree, null) // directives don't belong to any command
Parsing\OptionResult.cs (1)
19base(symbolResultTree, parent)