2 writes to s_cursorLeft
System.Console (2)
System\ConsolePal.Unix.cs (2)
262
s_cursorLeft
= left;
274
s_cursorLeft
= -1;
2 references to s_cursorLeft
System.Console (2)
System\ConsolePal.Unix.cs (2)
283
bool hasCachedCursorPosition =
s_cursorLeft
>= 0;
286
left =
s_cursorLeft
;