1 write to _packetQueue
Microsoft.Build (1)
NodeEndpointOutOfProcBase.cs (1)
352_packetQueue = new ConcurrentQueue<INodePacket>();
3 references to _packetQueue
Microsoft.Build (3)
NodeEndpointOutOfProcBase.cs (3)
333ErrorUtilities.VerifyThrow(_packetQueue != null, "packetQueue is null"); 335_packetQueue.Enqueue(packet); 368ConcurrentQueue<INodePacket> localPacketQueue = _packetQueue;