1 write to _shutdownEvent
Microsoft.Build (1)
BackEnd\Node\OutOfProcNode.cs (1)
145
_shutdownEvent
= new ManualResetEvent(false);
4 references to _shutdownEvent
Microsoft.Build (4)
BackEnd\Node\OutOfProcNode.cs (4)
255
WaitHandle[] waitHandles = [
_shutdownEvent
, _packetReceivedEvent];
449
_shutdownEvent
.Set();
580
_shutdownEvent
.Set();
887
_shutdownEvent
.Set();