1 write to _validators
System.CommandLine (1)
Command.cs (1)
87
public List<Action<CommandResult>> Validators =>
_validators
??= new ();
2 references to _validators
System.CommandLine (2)
Command.cs (2)
89
internal bool HasValidators =>
_validators
is not null &&
_validators
.Count > 0;