1 instantiation of ArgValue
Microsoft.ML.Core (1)
CommandLine\CmdParser.cs (1)
1675val = new ArgValue(value);
5 references to ArgValue
Microsoft.ML.Core (5)
CommandLine\CmdParser.cs (5)
560private bool ParseArgumentList(ArgumentInfo info, string[] strs, object destination, ArgValue[] values) 758var values = new ArgValue[info.Args.Length + 1]; 1505public bool Finish(CmdParser owner, ArgValue val, object destination) 1655private bool ReportMissingRequiredArgument(CmdParser owner, ArgValue val) 1672public bool SetValue(CmdParser owner, ref ArgValue val, string value, string tag, object destination)