1 write to _shutdownEvent
Microsoft.Build (1)
BackEnd\Node\InProcNode.cs (1)
119
_shutdownEvent
= new AutoResetEvent(false);
4 references to _shutdownEvent
Microsoft.Build (4)
BackEnd\Node\InProcNode.cs (4)
146
WaitHandle[] waitHandles = [
_shutdownEvent
, _packetReceivedEvent];
313
_shutdownEvent
.Set();
428
_shutdownEvent
.Set();
530
_shutdownEvent
.Set();