1 instantiation of ConcurrentQueue
MSBuildTaskHost (1)
NodeEndpointOutOfProcBase.cs (1)
338
_packetQueue = new
ConcurrentQueue
<INodePacket>();
3 references to ConcurrentQueue
MSBuildTaskHost (3)
NodeEndpointOutOfProcBase.cs (3)
103
private
ConcurrentQueue
<INodePacket> _packetQueue;
354
ConcurrentQueue
<INodePacket> localPacketQueue = _packetQueue;
516
ConcurrentQueue
<INodePacket> localPacketQueue, AutoResetEvent localPacketAvailable, AutoResetEvent localTerminatePacketPump)