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