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