3 writes to s_currentSettings
System.Windows.Forms (3)
System\Windows\Forms\SystemVisualSettingsTracker.cs (3)
25
=> Volatile.Read(ref
s_currentSettings
);
49
if (ReferenceEquals(Interlocked.CompareExchange(ref
s_currentSettings
, next, current), current))
124
Interlocked.Exchange(ref
s_currentSettings
, currentSettings);