1 write to threadOverallCountEvent
Microsoft.Build.Engine (1)
Engine\TaskExecutionModule.cs (1)
61this.threadOverallCountEvent = new ManualResetEvent(false);
3 references to threadOverallCountEvent
Microsoft.Build.Engine (3)
Engine\TaskExecutionModule.cs (3)
523threadOverallCountEvent.WaitOne(); 524threadOverallCountEvent.Reset(); 552threadOverallCountEvent.Set();