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)
297if ((_cursorLeft == 0) && (index != 0)) 366else if (_cursorLeft == 0 && index != 0) 397return _lineWidth - _cursorLeft;