2 writes to _arity
System.CommandLine (2)
Argument.cs (2)
39_arity = ArgumentArity.Default(this, FirstParent); 44set => _arity = value;
2 references to _arity
System.CommandLine (2)
Argument.cs (2)
37if (!_arity.IsNonDefault) 42return _arity;