1 instantiation of ConcurrentQueue
MSBuildTaskHost (1)
NodeEndpointOutOfProcBase.cs (1)
337
_packetQueue = new
ConcurrentQueue
<INodePacket>();
3 references to ConcurrentQueue
MSBuildTaskHost (3)
NodeEndpointOutOfProcBase.cs (3)
102
private
ConcurrentQueue
<INodePacket> _packetQueue;
353
ConcurrentQueue
<INodePacket> localPacketQueue = _packetQueue;
515
ConcurrentQueue
<INodePacket> localPacketQueue, AutoResetEvent localPacketAvailable, AutoResetEvent localTerminatePacketPump)