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