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