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)
475if ((_cursorLeft == 0) && (index != 0)) 544else if (_cursorLeft == 0 && index != 0) 575return _lineWidth - _cursorLeft;