9 references to GetArgumentInfo
Microsoft.ML.Core (9)
CommandLine\CmdParser.cs (9)
250var info = GetArgumentInfo(destinationType, null); 265var info = GetArgumentInfo(destinationType, null); 294var info = GetArgumentInfo(destination.GetType(), destination); 347var info = GetArgumentInfo(t, defaults); 366var info = GetArgumentInfo(t, defaults); 373var info = GetArgumentInfo(values.GetType(), null); 416var info = GetArgumentInfo(type, defaults); 1257ArgumentInfo argumentInfo = GetArgumentInfo(type, defaults); 1478_infoCustom = GetArgumentInfo(ItemValueType, def);