4 writes to s_highResolutionAvailable
System.Windows.Forms.Primitives (4)
System\Windows\Forms\Animation\HighPrecisionTimer.cs (4)
86
=> Volatile.Read(ref
s_highResolutionAvailable
) != 0;
170
Volatile.Write(ref
s_highResolutionAvailable
, waitableTimer is null ? 0 : 1);
178
Volatile.Write(ref
s_highResolutionAvailable
, 0);
259
Volatile.Write(ref
s_highResolutionAvailable
, 0);