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