1 write to _packetQueue
MSBuildTaskHost (1)
BackEnd\NodeEndpointOutOfProcTaskHost.cs (1)
159_packetQueue = new ConcurrentQueue<INodePacket>();
6 references to _packetQueue
MSBuildTaskHost (6)
BackEnd\NodeEndpointOutOfProcTaskHost.cs (6)
198ErrorUtilities.VerifyThrow(_packetQueue != null, $"{nameof(_packetQueue)} is null"); 201_packetQueue.Enqueue(packet); 233ErrorUtilities.VerifyThrow(_packetQueue != null, $"{nameof(_packetQueue)} is null"); 241ConcurrentQueue<INodePacket> localPacketQueue = _packetQueue;