6 writes to _cursorLeft
dotnet-svcutil-lib (6)
HelpGenerator.cs (6)
280
_cursorLeft
= GetConsoleCursorLeft();
316
_cursorLeft
+= wordLength;
342
_cursorLeft
+= wordLength;
375
_cursorLeft
++;
383
_cursorLeft
+= _indentLength;
390
_cursorLeft
= 0;
3 references to _cursorLeft
dotnet-svcutil-lib (3)
HelpGenerator.cs (3)
297
if ((
_cursorLeft
== 0) && (index != 0))
366
else if (
_cursorLeft
== 0 && index != 0)
397
return _lineWidth -
_cursorLeft
;