9 references to Indent
Microsoft.DotNet.Cli.Definitions (9)
Help\HelpBuilder.cs (9)
123if (firstColumnWidth + secondColumnWidth + Indent.Length + Indent.Length > windowWidth) 125int firstColumnMaxWidth = windowWidth / 2 - Indent.Length; 130secondColumnWidth = windowWidth - firstColumnWidth - Indent.Length - Indent.Length; 141context.Output.Write($"{Indent}{first}"); 151context.Output.Write($"{padding}{Indent}{second}"); 484int maxWidth = MaxWidth - Indent.Length; 487writer.Write(Indent);