1 write to _shutdownEvent
Microsoft.Build (1)
BackEnd\Node\OutOfProcServerNode.cs (1)
93
_shutdownEvent
= new ManualResetEvent(false);
7 references to _shutdownEvent
Microsoft.Build (7)
BackEnd\Node\OutOfProcServerNode.cs (7)
137
_shutdownEvent
.Reset();
149
WaitHandle[] waitHandles = [
_shutdownEvent
, _packetReceivedEvent];
291
_shutdownEvent
.Set();
352
_shutdownEvent
.Set();
374
_shutdownEvent
.Set();
389
_shutdownEvent
.Set();
486
_shutdownEvent
.Set();