1 write to _packetQueue
MSBuildTaskHost (1)
NodeEndpointOutOfProcBase.cs (1)
336
_packetQueue
= new ConcurrentQueue<INodePacket>();
3 references to _packetQueue
MSBuildTaskHost (3)
NodeEndpointOutOfProcBase.cs (3)
317
ErrorUtilities.VerifyThrow(
_packetQueue
!= null, "packetQueue is null");
319
_packetQueue
.Enqueue(packet);
352
ConcurrentQueue<INodePacket> localPacketQueue =
_packetQueue
;