1 write to _shutdownEvent
Microsoft.Build (1)
BackEnd\Node\OutOfProcServerNode.cs (1)
101
_shutdownEvent
= new ManualResetEvent(false);
7 references to _shutdownEvent
Microsoft.Build (7)
BackEnd\Node\OutOfProcServerNode.cs (7)
145
_shutdownEvent
.Reset();
157
WaitHandle[] waitHandles = [
_shutdownEvent
, _packetReceivedEvent];
299
_shutdownEvent
.Set();
360
_shutdownEvent
.Set();
382
_shutdownEvent
.Set();
397
_shutdownEvent
.Set();
494
_shutdownEvent
.Set();