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