1 write to activationEvent
Microsoft.Build.Engine (1)
Engine\TaskWorkerThread.cs (1)
99this.activationEvent = new ManualResetEvent(false);
3 references to activationEvent
Microsoft.Build.Engine (3)
Engine\TaskWorkerThread.cs (3)
154waitHandles[1] = activationEvent; 174activationEvent.Reset(); 493activationEvent.Set();