1 write to queueReadyEvent
Microsoft.Build.Engine (1)
Collections\DualQueue.cs (1)
33this.queueReadyEvent = new ManualResetEvent(false /* event is reset initially */);
5 references to queueReadyEvent
Microsoft.Build.Engine (5)
Collections\DualQueue.cs (5)
52return this.queueReadyEvent; 129queueReadyEvent.Set(); 157queueReadyEvent.Set(); 176queueReadyEvent.Reset(); 225queueReadyEvent.Reset();