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