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];
297
_shutdownEvent
.Set();
412
_shutdownEvent
.Set();
510
_shutdownEvent
.Set();