1 write to LongName
Microsoft.ML.Core (1)
CommandLine\CmdParser.cs (1)
1431LongName = name;
20 references to LongName
Microsoft.ML.Core (20)
CommandLine\CmdParser.cs (20)
479throw Contracts.Except($"Duplicate default argument '{def.LongName}' vs '{field.Name}'"); 531string name = def.LongName.ToLowerInvariant(); 628Report("Error: Tag not allowed for option '{0}'", arg.LongName); 647Report("Error: Need a value for option '{0}'", arg.LongName); 1222public string LongName { get { return _arg.LongName; } } 1534owner.Report("Duplicate component kind for argument {0}", LongName); 1557owner.Report("There was an error creating the ComponentFactory. Ensure '{0}' is configured correctly.", LongName); 1588owner.Report("There was an error creating the ComponentFactory. Ensure '{0}' is configured correctly.", LongName); 1623owner.Report("There was an error creating the ComponentFactory. Ensure '{0}' is configured correctly.", LongName); 1661owner.Report("Missing required argument '<{0}>'.", LongName); 1663owner.Report("Missing required argument '{0}'.", LongName); 1669owner.Report("Duplicate '{0}' argument '{1}'", LongName, value); 1678owner.Report("Duplicate '{0}' argument: '{1}' then '{2}'", LongName, val.FirstValue, value); 1688owner.Report("Tags aren't allowed for '{0}' argument", LongName); 1728return Utils.Size(ShortNames) != 0 ? ShortNames[0] : LongName; 1729return LongName; 1734owner.Report("'{0}' is not a valid value for the '{1}' command line option", value, LongName); 1773owner.Report("Expected arguments in curly braces for '{0}'", LongName); 2177bldr.Append("<").Append(LongName).Append(">"); 2180bldr.Append(LongName);