2 writes to s_cursorLeft
System.Console (2)
System\ConsolePal.Unix.cs (2)
270s_cursorLeft = left; 282s_cursorLeft = -1;
2 references to s_cursorLeft
System.Console (2)
System\ConsolePal.Unix.cs (2)
291bool hasCachedCursorPosition = s_cursorLeft >= 0; 294left = s_cursorLeft;