6 writes to _cursorLeft
dotnet-svcutil-lib (6)
HelpGenerator.cs (6)
279
_cursorLeft
= GetConsoleCursorLeft();
315
_cursorLeft
+= wordLength;
341
_cursorLeft
+= wordLength;
374
_cursorLeft
++;
382
_cursorLeft
+= _indentLength;
389
_cursorLeft
= 0;
3 references to _cursorLeft
dotnet-svcutil-lib (3)
HelpGenerator.cs (3)
296
if ((
_cursorLeft
== 0) && (index != 0))
365
else if (
_cursorLeft
== 0 && index != 0)
396
return _lineWidth -
_cursorLeft
;