1 instantiation of ArgumentInfo
Microsoft.ML.Core (1)
CommandLine\CmdParser.cs (1)
536
return new
ArgumentInfo
(type, def, args.ToArray(), map);
20 references to ArgumentInfo
Microsoft.ML.Core (20)
CommandLine\CmdParser.cs (20)
251
var
info = GetArgumentInfo(destinationType, null);
266
var
info = GetArgumentInfo(destinationType, null);
295
var
info = GetArgumentInfo(destination.GetType(), destination);
348
var
info = GetArgumentInfo(t, defaults);
367
var
info = GetArgumentInfo(t, defaults);
374
var
info = GetArgumentInfo(values.GetType(), null);
417
var
info = GetArgumentInfo(type, defaults);
462
private static
ArgumentInfo
GetArgumentInfo(Type type, object defaults)
560
private bool ParseArgumentList(
ArgumentInfo
info, string[] strs, object destination, ArgValue[] values)
708
private bool TryGetOptionValue(
ArgumentInfo
info, string str, out Argument arg, out string option, out string tag, out string value)
756
private bool Parse(
ArgumentInfo
info, string[] strs, object destination)
774
private static string GetSettingsCore(IHostEnvironment env,
ArgumentInfo
info, object values, SettingsFlags flags)
798
private static void AppendCustomItem(IHostEnvironment env,
ArgumentInfo
info, object values, SettingsFlags flags, StringBuilder sb)
828
private IEnumerable<KeyValuePair<string, string>> GetSettingPairsCore(IHostEnvironment env,
ArgumentInfo
info, object values, SettingsFlags flags)
855
private string GetUsageString(IHostEnvironment env,
ArgumentInfo
info, bool showRsp = true, int? columns = null)
951
private ArgumentHelpStrings[] GetAllHelpStrings(IHostEnvironment env,
ArgumentInfo
info, bool showRsp)
1187
private readonly
ArgumentInfo
_info;
1189
private ArgInfo(
ArgumentInfo
info, Arg[] args)
1258
ArgumentInfo
argumentInfo = GetArgumentInfo(type, defaults);
1417
private readonly
ArgumentInfo
_infoCustom;