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