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