2 writes to s_cursorLeft
System.Console (2)
System\ConsolePal.Unix.cs (2)
272s_cursorLeft = left; 284s_cursorLeft = -1;
2 references to s_cursorLeft
System.Console (2)
System\ConsolePal.Unix.cs (2)
293bool hasCachedCursorPosition = s_cursorLeft >= 0; 296left = s_cursorLeft;