1 instantiation of ConcurrentQueue
MSBuildTaskHost (1)
NodeEndpointOutOfProcBase.cs (1)
336
_packetQueue = new
ConcurrentQueue
<INodePacket>();
3 references to ConcurrentQueue
MSBuildTaskHost (3)
NodeEndpointOutOfProcBase.cs (3)
101
private
ConcurrentQueue
<INodePacket> _packetQueue;
352
ConcurrentQueue
<INodePacket> localPacketQueue = _packetQueue;
514
ConcurrentQueue
<INodePacket> localPacketQueue, AutoResetEvent localPacketAvailable, AutoResetEvent localTerminatePacketPump)