6 writes to _cursorLeft
dotnet-svcutil-lib (6)
HelpGenerator.cs (6)
281
_cursorLeft
= GetConsoleCursorLeft();
317
_cursorLeft
+= wordLength;
343
_cursorLeft
+= wordLength;
376
_cursorLeft
++;
384
_cursorLeft
+= _indentLength;
391
_cursorLeft
= 0;
3 references to _cursorLeft
dotnet-svcutil-lib (3)
HelpGenerator.cs (3)
298
if ((
_cursorLeft
== 0) && (index != 0))
367
else if (
_cursorLeft
== 0 && index != 0)
398
return _lineWidth -
_cursorLeft
;