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)
34
get =>
_argument
.DefaultValueFactory;
35
set =>
_argument
.DefaultValueFactory = value;
41
get =>
_argument
.CustomParser;
42
set =>
_argument
.CustomParser = value;
45
internal sealed override Argument Argument =>
_argument
;
48
public override Type ValueType =>
_argument
.ValueType;
56
_argument
.AcceptOnlyFromAmong(values);
67
_argument
.AcceptOnlyFromAmong(comparer, values);
76
_argument
.AcceptLegalFilePathsOnly();
86
_argument
.AcceptLegalFileNamesOnly();
OptionValidation.cs (4)
21
option.
_argument
.AcceptExistingOnly();
33
option.
_argument
.AcceptExistingOnly();
44
option.
_argument
.AcceptExistingOnly();
56
option.
_argument
.AcceptExistingOnly();