9 references to GetArgumentInfo
Microsoft.ML.Core (9)
CommandLine\CmdParser.cs (9)
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);
1258
ArgumentInfo argumentInfo =
GetArgumentInfo
(type, defaults);
1479
_infoCustom =
GetArgumentInfo
(ItemValueType, def);