1 write to lineWidth
WsatConfig (1)
CommandLine\OptionUsage.cs (1)
228this.lineWidth = GetBufferWidth();
5 references to lineWidth
WsatConfig (5)
CommandLine\OptionUsage.cs (5)
249if (cursorLeft == lineWidth) 263if (indentLength >= lineWidth) 281if (indentLength >= lineWidth) 419return this.lineWidth - this.cursorLeft; 427return this.lineWidth - this.indentLength;