3 writes to s_cursorVersion
System.Console (3)
System\ConsolePal.Unix.cs (3)
274
s_cursorVersion
++;
285
s_cursorVersion
++;
991
int cursorVersion = mayChangeCursorPosition ? Volatile.Read(ref
s_cursorVersion
) : -1;
3 references to s_cursorVersion
System.Console (3)
System\ConsolePal.Unix.cs (3)
268
bool setPosition = version == null || version ==
s_cursorVersion
;
455
cursorVersion =
s_cursorVersion
;
1039
if (cursorVersion !=
s_cursorVersion
|| // the cursor was changed during the write by another operation