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