1 write to Args
Microsoft.ML.Core (1)
CommandLine\CmdParser.cs (1)
1349
Args
= args;
13 references to Args
Microsoft.ML.Core (13)
CommandLine\CmdParser.cs (13)
611
hadError |= !info.ArgDef.SetValue(this, ref values[info.
Args
.Length], str, "", destination);
624
Contracts.Assert(0 <= arg.Index && arg.Index < info.
Args
.Length);
758
var values = new ArgValue[info.
Args
.Length + 1];
762
for (int i = 0; i < info.
Args
.Length; i++)
764
var arg = info.
Args
[i];
769
hadError |= info.ArgDef.Finish(this, values[info.
Args
.Length], destination);
784
foreach (Argument arg in info.
Args
)
817
foreach (Argument arg in info.
Args
)
831
foreach (Argument arg in info.
Args
)
958
foreach (Argument arg in info.
Args
)
1259
Arg[] args = Utils.BuildArray(argumentInfo.
Args
.Length, i => new Arg(argumentInfo.
Args
[i]));
1480
if (_infoCustom.ArgDef == null && _infoCustom.
Args
.Length == 0)