1 write to threadActiveCountEvent
Microsoft.Build.Engine (1)
Engine\TaskExecutionModule.cs (1)
60this.threadActiveCountEvent = new ManualResetEvent(false);
3 references to threadActiveCountEvent
Microsoft.Build.Engine (3)
Engine\TaskExecutionModule.cs (3)
558threadActiveCountEvent.Set(); 565threadActiveCountEvent.WaitOne(); 566threadActiveCountEvent.Reset();