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