1 write to _validators
System.CommandLine (1)
Option.cs (1)
88
public List<Action<OptionResult>> Validators =>
_validators
??= new();
2 references to _validators
System.CommandLine (2)
Option.cs (2)
90
internal bool HasValidators =>
_validators
is not null &&
_validators
.Count > 0;