1 instantiation of ArgValue
Microsoft.ML.Core (1)
CommandLine\CmdParser.cs (1)
1674val = new ArgValue(value);
5 references to ArgValue
Microsoft.ML.Core (5)
CommandLine\CmdParser.cs (5)
559private bool ParseArgumentList(ArgumentInfo info, string[] strs, object destination, ArgValue[] values) 757var values = new ArgValue[info.Args.Length + 1]; 1504public bool Finish(CmdParser owner, ArgValue val, object destination) 1654private bool ReportMissingRequiredArgument(CmdParser owner, ArgValue val) 1671public bool SetValue(CmdParser owner, ref ArgValue val, string value, string tag, object destination)