2 references to WorkItemCount
Microsoft.Build.Engine (2)
Engine\TaskExecutionModule.cs (2)
142return activeThreadCount == 0 && workerThread.WorkItemCount == 0; 494if (activeThreadCount == 0 && workerThread.WorkItemCount == 0)