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