1 write to _shutdownEvent
Microsoft.Build (1)
BackEnd\Node\OutOfProcServerNode.cs (1)
79
_shutdownEvent
= new ManualResetEvent(false);
7 references to _shutdownEvent
Microsoft.Build (7)
BackEnd\Node\OutOfProcServerNode.cs (7)
123
_shutdownEvent
.Reset();
135
WaitHandle[] waitHandles = [
_shutdownEvent
, _packetReceivedEvent];
277
_shutdownEvent
.Set();
323
_shutdownEvent
.Set();
345
_shutdownEvent
.Set();
360
_shutdownEvent
.Set();
437
_shutdownEvent
.Set();