5 references to SecondColumnText
Microsoft.TemplateEngine.Cli (5)
Help\HelpBuilder.cs (2)
121
int secondColumnWidth = items.Select(x => x.
SecondColumnText
.Length).Max();
137
IEnumerable<string> secondColumnParts = WrapText(helpItem.
SecondColumnText
, secondColumnWidth);
Help\TwoColumnHelpRow.cs (3)
34
SecondColumnText
== other.
SecondColumnText
;
42
hashCode = hashCode * -1521134295 + EqualityComparer<string>.Default.GetHashCode(
SecondColumnText
);