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