1 write to _rootCommand
System.CommandLine (1)
Parsing\ParseOperation.cs (1)
34
_rootCommand
= rootCommand;
4 references to _rootCommand
System.CommandLine (4)
Parsing\ParseOperation.cs (4)
36
_symbolResultTree = new(
_rootCommand
, tokenizeErrors);
38
_rootCommand
,
41
_symbolResultTree.Add(
_rootCommand
, _rootCommandResult);
320
if (
_rootCommand
is RootCommand { Directives.Count: > 0 })