6 writes to cursorLeft
WsatConfig (6)
CommandLine\OptionUsage.cs (6)
227this.cursorLeft = GetConsoleCursorLeft(); 337this.cursorLeft += wordLength; 364this.cursorLeft += wordLength; 397cursorLeft++; 405this.cursorLeft += this.indentLength; 412this.cursorLeft = 0;
4 references to cursorLeft
WsatConfig (4)
CommandLine\OptionUsage.cs (4)
249if (cursorLeft == lineWidth) 311if ((this.cursorLeft == 0) && (index != 0)) 388else if (this.cursorLeft == 0 && index != 0) 419return this.lineWidth - this.cursorLeft;