3 writes to s_cursorVersion
System.Console (3)
System\ConsolePal.Unix.cs (3)
264
s_cursorVersion
++;
275
s_cursorVersion
++;
978
int cursorVersion = mayChangeCursorPosition ? Volatile.Read(ref
s_cursorVersion
) : -1;
3 references to s_cursorVersion
System.Console (3)
System\ConsolePal.Unix.cs (3)
258
bool setPosition = version == null || version ==
s_cursorVersion
;
445
cursorVersion =
s_cursorVersion
;
1026
if (cursorVersion !=
s_cursorVersion
|| // the cursor was changed during the write by another operation