1 write to _shutdownEvent
Microsoft.Build (1)
BackEnd\Node\InProcNode.cs (1)
118
_shutdownEvent
= new AutoResetEvent(false);
4 references to _shutdownEvent
Microsoft.Build (4)
BackEnd\Node\InProcNode.cs (4)
145
WaitHandle[] waitHandles = [
_shutdownEvent
, _packetReceivedEvent];
312
_shutdownEvent
.Set();
427
_shutdownEvent
.Set();
529
_shutdownEvent
.Set();