1 write to ShortNames
Microsoft.ML.Core (1)
CommandLine\CmdParser.cs (1)
1432
ShortNames
= nicks;
7 references to ShortNames
Microsoft.ML.Core (7)
CommandLine\CmdParser.cs (7)
530
Contracts.Assert(def.
ShortNames
== null);
1223
public string[] ShortNames { get { return _arg.
ShortNames
; } }
1441
Contracts.Assert(!IsDefault || Utils.Size(
ShortNames
) == 0);
1728
return Utils.Size(
ShortNames
) != 0 ?
ShortNames
[0] : LongName;
2160
if (Utils.Size(
ShortNames
) != 0)
2165
builder.Append("(short form ").Append(
ShortNames
[0]).Append(")");