Searched refs:overallThreadCount (Results 1 – 1 of 1) sorted by relevance
55 this.overallThreadCount = 0; in TaskExecutionModule()519 while (overallThreadCount != 0) in Shutdown()544 Interlocked.Increment(ref overallThreadCount); in IncrementOverallThreadCount()549 Interlocked.Decrement(ref overallThreadCount); in DecrementOverallThreadCount()609 private int overallThreadCount; field in Microsoft.Build.BuildEngine.TaskExecutionModule