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)
350
ErrorUtilities.VerifyThrow(
_packetPump
== null, "packetPump != null");
368
_packetPump
.Name = "InProc Endpoint Packet Pump";
376
_packetPump
.Start();
387
ErrorUtilities.VerifyThrow(
_packetPump
!= null, "packetPump == null");
393
if (!
_packetPump
.Join((int)new TimeSpan(0, 0, BuildParameters.EndpointShutdownTimeout).TotalMilliseconds))