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