1 write to _packetQueue
MSBuild (1)
NodeEndpointOutOfProcBase.cs (1)
337
_packetQueue
= new ConcurrentQueue<INodePacket>();
3 references to _packetQueue
MSBuild (3)
NodeEndpointOutOfProcBase.cs (3)
318
ErrorUtilities.VerifyThrow(
_packetQueue
!= null, "packetQueue is null");
320
_packetQueue
.Enqueue(packet);
353
ConcurrentQueue<INodePacket> localPacketQueue =
_packetQueue
;