1 instantiation of ArgumentInfo
Microsoft.ML.Core (1)
CommandLine\CmdParser.cs (1)
535
return new
ArgumentInfo
(type, def, args.ToArray(), map);
20 references to ArgumentInfo
Microsoft.ML.Core (20)
CommandLine\CmdParser.cs (20)
250
var
info = GetArgumentInfo(destinationType, null);
265
var
info = GetArgumentInfo(destinationType, null);
294
var
info = GetArgumentInfo(destination.GetType(), destination);
347
var
info = GetArgumentInfo(t, defaults);
366
var
info = GetArgumentInfo(t, defaults);
373
var
info = GetArgumentInfo(values.GetType(), null);
416
var
info = GetArgumentInfo(type, defaults);
461
private static
ArgumentInfo
GetArgumentInfo(Type type, object defaults)
559
private bool ParseArgumentList(
ArgumentInfo
info, string[] strs, object destination, ArgValue[] values)
707
private bool TryGetOptionValue(
ArgumentInfo
info, string str, out Argument arg, out string option, out string tag, out string value)
755
private bool Parse(
ArgumentInfo
info, string[] strs, object destination)
773
private static string GetSettingsCore(IHostEnvironment env,
ArgumentInfo
info, object values, SettingsFlags flags)
797
private static void AppendCustomItem(IHostEnvironment env,
ArgumentInfo
info, object values, SettingsFlags flags, StringBuilder sb)
827
private IEnumerable<KeyValuePair<string, string>> GetSettingPairsCore(IHostEnvironment env,
ArgumentInfo
info, object values, SettingsFlags flags)
854
private string GetUsageString(IHostEnvironment env,
ArgumentInfo
info, bool showRsp = true, int? columns = null)
950
private ArgumentHelpStrings[] GetAllHelpStrings(IHostEnvironment env,
ArgumentInfo
info, bool showRsp)
1186
private readonly
ArgumentInfo
_info;
1188
private ArgInfo(
ArgumentInfo
info, Arg[] args)
1257
ArgumentInfo
argumentInfo = GetArgumentInfo(type, defaults);
1416
private readonly
ArgumentInfo
_infoCustom;