2 writes to _packetPump
MSBuildTaskHost (2)
BackEnd\NodeEndpointOutOfProcTaskHost.cs (2)
151_packetPump = new Thread(PacketPumpProc) 183_packetPump = null;
5 references to _packetPump
MSBuildTaskHost (5)
BackEnd\NodeEndpointOutOfProcTaskHost.cs (5)
160_packetPump.Start(); 175ErrorUtilities.VerifyThrow(_packetPump != null, $"{nameof(_packetPump)} is null."); 176ErrorUtilities.VerifyThrow(_packetPump.ManagedThreadId != Thread.CurrentThread.ManagedThreadId, "Can't join on the same thread."); 180_packetPump.Join();