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