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