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