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