1 write to _arguments
System.CommandLine (1)
Command.cs (1)
62public IList<Argument> Arguments => _arguments ??= new(this);
1 reference to _arguments
System.CommandLine (1)
Command.cs (1)
64internal bool HasArguments => _arguments?.Count > 0 ;