1 write to _shutdownEvent
Microsoft.Build (1)
BackEnd\Node\InProcNode.cs (1)
115
_shutdownEvent
= new AutoResetEvent(false);
4 references to _shutdownEvent
Microsoft.Build (4)
BackEnd\Node\InProcNode.cs (4)
140
WaitHandle[] waitHandles = [
_shutdownEvent
, _packetReceivedEvent];
307
_shutdownEvent
.Set();
422
_shutdownEvent
.Set();
520
_shutdownEvent
.Set();