1 write to SecondColumnText
System.CommandLine (1)
Help\TwoColumnHelpRow.cs (1)
18
SecondColumnText
= secondColumnText;
5 references to SecondColumnText
System.CommandLine (5)
Help\HelpBuilder.cs (2)
231
int secondColumnWidth = items.Select(x => x.
SecondColumnText
.Length).Max();
247
IEnumerable<string> secondColumnParts = WrapText(helpItem.
SecondColumnText
, secondColumnWidth);
Help\TwoColumnHelpRow.cs (3)
42
SecondColumnText
== other.
SecondColumnText
;
50
hashCode = hashCode * -1521134295 + EqualityComparer<string>.Default.GetHashCode(
SecondColumnText
);