3 writes to overallThreadCount
Microsoft.Build.Engine (3)
Engine\TaskExecutionModule.cs (3)
59this.overallThreadCount = 0; 546Interlocked.Increment(ref overallThreadCount); 551Interlocked.Decrement(ref overallThreadCount);
1 reference to overallThreadCount
Microsoft.Build.Engine (1)
Engine\TaskExecutionModule.cs (1)
521while (overallThreadCount != 0)