1 write to Args
Microsoft.ML.Core (1)
CommandLine\CmdParser.cs (1)
1348
Args
= args;
13 references to Args
Microsoft.ML.Core (13)
CommandLine\CmdParser.cs (13)
610
hadError |= !info.ArgDef.SetValue(this, ref values[info.
Args
.Length], str, "", destination);
623
Contracts.Assert(0 <= arg.Index && arg.Index < info.
Args
.Length);
757
var values = new ArgValue[info.
Args
.Length + 1];
761
for (int i = 0; i < info.
Args
.Length; i++)
763
var arg = info.
Args
[i];
768
hadError |= info.ArgDef.Finish(this, values[info.
Args
.Length], destination);
783
foreach (Argument arg in info.
Args
)
816
foreach (Argument arg in info.
Args
)
830
foreach (Argument arg in info.
Args
)
957
foreach (Argument arg in info.
Args
)
1258
Arg[] args = Utils.BuildArray(argumentInfo.
Args
.Length, i => new Arg(argumentInfo.
Args
[i]));
1479
if (_infoCustom.ArgDef == null && _infoCustom.
Args
.Length == 0)