1 write to _shutdownEvent
Microsoft.Build (1)
BackEnd\Node\OutOfProcServerNode.cs (1)
84
_shutdownEvent
= new ManualResetEvent(false);
7 references to _shutdownEvent
Microsoft.Build (7)
BackEnd\Node\OutOfProcServerNode.cs (7)
128
_shutdownEvent
.Reset();
140
WaitHandle[] waitHandles = [
_shutdownEvent
, _packetReceivedEvent];
282
_shutdownEvent
.Set();
328
_shutdownEvent
.Set();
350
_shutdownEvent
.Set();
365
_shutdownEvent
.Set();
442
_shutdownEvent
.Set();