1 write to Args
Microsoft.ML.Core (1)
CommandLine\CmdParser.cs (1)
1192
Args
= args;
2 references to Args
Microsoft.ML.Core (2)
CommandLine\CmdParser.cs (2)
1205
Contracts.Assert(
Args
.Where(a => a.Index == argument.Index).Count() == 1);
1206
arg =
Args
.FirstOrDefault(a => a.Index == argument.Index);