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