1 write to indentLength
WsatConfig (1)
CommandLine\OptionUsage.cs (1)
221this.indentLength = indentLength;
5 references to indentLength
WsatConfig (5)
CommandLine\OptionUsage.cs (5)
263if (indentLength >= lineWidth) 281if (indentLength >= lineWidth) 404this.stringBuilder.Append(' ', this.indentLength); 405this.cursorLeft += this.indentLength; 427return this.lineWidth - this.indentLength;