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)
298if ((_cursorLeft == 0) && (index != 0)) 367else if (_cursorLeft == 0 && index != 0) 398return _lineWidth - _cursorLeft;