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