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();
175
ErrorUtilities.VerifyThrow(
_packetPump
!= null, $"{nameof(
_packetPump
)} is null.");
176
ErrorUtilities.VerifyThrow(
_packetPump
.ManagedThreadId != Thread.CurrentThread.ManagedThreadId, "Can't join on the same thread.");
180
_packetPump
.Join();