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