1 write to _shutdownEvent
Microsoft.Build (1)
BackEnd\Node\OutOfProcServerNode.cs (1)
109
_shutdownEvent
= new ManualResetEvent(false);
7 references to _shutdownEvent
Microsoft.Build (7)
BackEnd\Node\OutOfProcServerNode.cs (7)
154
_shutdownEvent
.Reset();
166
WaitHandle[] waitHandles = [
_shutdownEvent
, _packetReceivedEvent];
315
_shutdownEvent
.Set();
377
_shutdownEvent
.Set();
399
_shutdownEvent
.Set();
414
_shutdownEvent
.Set();
511
_shutdownEvent
.Set();