2 references to Children
System.CommandLine (2)
Command.cs (1)
243IEnumerator IEnumerable.GetEnumerator() => Children.GetEnumerator();
Invocation\ParseErrorAction.cs (1)
121? targetSymbol.Children.Where(x => !x.Hidden && x is Option or Command)