3 writes to s_cursorVersion
System.Console (3)
System\ConsolePal.Unix.cs (3)
272
s_cursorVersion
++;
283
s_cursorVersion
++;
989
int cursorVersion = mayChangeCursorPosition ? Volatile.Read(ref
s_cursorVersion
) : -1;
3 references to s_cursorVersion
System.Console (3)
System\ConsolePal.Unix.cs (3)
266
bool setPosition = version == null || version ==
s_cursorVersion
;
453
cursorVersion =
s_cursorVersion
;
1037
if (cursorVersion !=
s_cursorVersion
|| // the cursor was changed during the write by another operation