2 writes to _packetQueue
Microsoft.Build (2)
BackEnd\Components\Communications\NodeEndpointInProc.cs (2)
379_packetQueue = new ConcurrentQueue<INodePacket>(); 414_packetQueue = null;
5 references to _packetQueue
Microsoft.Build (5)
BackEnd\Components\Communications\NodeEndpointInProc.cs (5)
344ErrorUtilities.VerifyThrow(_packetQueue != null, "packetQueue is null"); 347_packetQueue.Enqueue(packet); 361ErrorUtilities.VerifyThrow(_packetQueue == null, "packetQueue != null"); 398ErrorUtilities.VerifyThrow(_packetQueue != null, "packetQueue == null"); 445while (_packetQueue.TryDequeue(out packet))