2 writes to s_invalidateCachedSettings
System.Console (2)
System\ConsolePal.Unix.cs (2)
1103bool invalidateSettings = Interlocked.CompareExchange(ref s_invalidateCachedSettings, 0, 1) == 1; 1114Volatile.Write(ref s_invalidateCachedSettings, 1);