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