1 write to _terminatePacketPump
Microsoft.Build (1)
parent\Shared\NodeEndpointOutOfProcBase.cs (1)
372_terminatePacketPump = new AutoResetEvent(false);
3 references to _terminatePacketPump
Microsoft.Build (3)
parent\Shared\NodeEndpointOutOfProcBase.cs (3)
337_terminatePacketPump.Set(); 339_terminatePacketPump.Dispose(); 388AutoResetEvent localTerminatePacketPump = _terminatePacketPump;