1 write to _validators
System.CommandLine (1)
Argument.cs (1)
133
public List<Action<ArgumentResult>> Validators =>
_validators
??= new ();
1 reference to _validators
System.CommandLine (1)
Argument.cs (1)
135
internal bool HasValidators => (
_validators
?.Count ?? 0) > 0;