2 writes to HelpText
Microsoft.ML.Core (2)
CommandLine\CmdParser.cs (2)
1433HelpText = attr.HelpText; 1437HelpText = null;
6 references to HelpText
Microsoft.ML.Core (6)
CommandLine\CmdParser.cs (6)
1224public string HelpText { get { return _arg.HelpText; } } 1436if (string.IsNullOrWhiteSpace(HelpText)) 2136if (HelpText != null) 2138builder.Append(HelpText); 2141switch (HelpText[HelpText.Length - 1])