3 writes to activeThreadCount
Microsoft.Build.Engine (3)
Engine\TaskExecutionModule.cs (3)
58this.activeThreadCount = 0; 557Interlocked.Decrement(ref activeThreadCount); 563while (Interlocked.CompareExchange(ref activeThreadCount, 1, 0) != 0)
2 references to activeThreadCount
Microsoft.Build.Engine (2)
Engine\TaskExecutionModule.cs (2)
142return activeThreadCount == 0 && workerThread.WorkItemCount == 0; 494if (activeThreadCount == 0 && workerThread.WorkItemCount == 0)