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)
296if ((_cursorLeft == 0) && (index != 0)) 365else if (_cursorLeft == 0 && index != 0) 396return _lineWidth - _cursorLeft;