9 references to GetArgumentInfo
Microsoft.ML.Core (9)
CommandLine\CmdParser.cs (9)
251var info = GetArgumentInfo(destinationType, null); 266var info = GetArgumentInfo(destinationType, null); 295var info = GetArgumentInfo(destination.GetType(), destination); 348var info = GetArgumentInfo(t, defaults); 367var info = GetArgumentInfo(t, defaults); 374var info = GetArgumentInfo(values.GetType(), null); 417var info = GetArgumentInfo(type, defaults); 1258ArgumentInfo argumentInfo = GetArgumentInfo(type, defaults); 1479_infoCustom = GetArgumentInfo(ItemValueType, def);