4 writes to s_foregroundRunningCount
System.Private.CoreLib (4)
System\Threading\Thread.NativeAot.cs (4)
103Interlocked.Increment(ref s_foregroundRunningCount); 471Interlocked.Increment(ref s_foregroundRunningCount); 476if (Interlocked.Decrement(ref s_foregroundRunningCount) == 0) 498if (Volatile.Read(ref s_foregroundRunningCount) == 0)
1 reference to s_foregroundRunningCount
System.Private.CoreLib (1)
System\Threading\Thread.NativeAot.cs (1)
489if (s_foregroundRunningCount == 0)