6 writes to _cursorLeft
dotnet-svcutil.xmlserializer (6)
Microsoft\Tools\ServiceModel\SvcUtil\ToolConsole.cs (6)
448
_cursorLeft
= GetConsoleCursorLeft();
494
_cursorLeft
+= wordLength;
520
_cursorLeft
+= wordLength;
553
_cursorLeft
++;
561
_cursorLeft
+= _indentLength;
568
_cursorLeft
= 0;
3 references to _cursorLeft
dotnet-svcutil.xmlserializer (3)
Microsoft\Tools\ServiceModel\SvcUtil\ToolConsole.cs (3)
475
if ((
_cursorLeft
== 0) && (index != 0))
544
else if (
_cursorLeft
== 0 && index != 0)
575
return _lineWidth -
_cursorLeft
;