1 write to _shutdownEvent
Microsoft.Build (1)
BackEnd\Node\OutOfProcServerNode.cs (1)
86
_shutdownEvent
= new ManualResetEvent(false);
7 references to _shutdownEvent
Microsoft.Build (7)
BackEnd\Node\OutOfProcServerNode.cs (7)
130
_shutdownEvent
.Reset();
142
WaitHandle[] waitHandles = [
_shutdownEvent
, _packetReceivedEvent];
274
_shutdownEvent
.Set();
320
_shutdownEvent
.Set();
342
_shutdownEvent
.Set();
357
_shutdownEvent
.Set();
434
_shutdownEvent
.Set();