2 writes to _packetPump
Microsoft.Build (2)
BackEnd\Components\Communications\NodeEndpointInProc.cs (2)
361_packetPump = new Thread(() => 401_packetPump = null;
5 references to _packetPump
Microsoft.Build (5)
BackEnd\Components\Communications\NodeEndpointInProc.cs (5)
350ErrorUtilities.VerifyThrow(_packetPump == null, "packetPump != null"); 368_packetPump.Name = "InProc Endpoint Packet Pump"; 376_packetPump.Start(); 387ErrorUtilities.VerifyThrow(_packetPump != null, "packetPump == null"); 393if (!_packetPump.Join((int)new TimeSpan(0, 0, BuildParameters.EndpointShutdownTimeout).TotalMilliseconds))