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