1 write to responseCountChangeEvent
Microsoft.Build.Engine (1)
LocalProvider\LocalNodeProvider.cs (1)
81this.responseCountChangeEvent = new ManualResetEvent(false);
3 references to responseCountChangeEvent
Microsoft.Build.Engine (3)
LocalProvider\LocalNodeProvider.cs (3)
306responseCountChangeEvent.WaitOne(shutdownResponseTimeout, false); 307responseCountChangeEvent.Reset(); 554responseCountChangeEvent.Set();