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