1 write to _argument
System.CommandLine (1)
Option{T}.cs (1)
28_argument = argument;
14 references to _argument
System.CommandLine (14)
Option{T}.cs (10)
34get => _argument.DefaultValueFactory; 35set => _argument.DefaultValueFactory = value; 41get => _argument.CustomParser; 42set => _argument.CustomParser = value; 45internal sealed override Argument Argument => _argument; 48public override Type ValueType => _argument.ValueType; 56_argument.AcceptOnlyFromAmong(values); 67_argument.AcceptOnlyFromAmong(comparer, values); 76_argument.AcceptLegalFilePathsOnly(); 86_argument.AcceptLegalFileNamesOnly();
OptionValidation.cs (4)
21option._argument.AcceptExistingOnly(); 33option._argument.AcceptExistingOnly(); 44option._argument.AcceptExistingOnly(); 56option._argument.AcceptExistingOnly();