1 instantiation of InputQueueChannelListener
System.ServiceModel (1)
System\ServiceModel\Channels\ChannelDemuxer.cs (1)
1692InputQueueChannelListener<TChannel> listener = new InputQueueChannelListener<TChannel>(filter, this);
10 references to InputQueueChannelListener
System.ServiceModel (10)
System\ServiceModel\Channels\ChannelDemuxer.cs (10)
1629MessageFilterTable<InputQueueChannelListener<TInnerChannel>> filterTable; 1651this.filterTable = new MessageFilterTable<InputQueueChannelListener<TInnerChannel>>(); 1692InputQueueChannelListener<TChannel> listener = new InputQueueChannelListener<TChannel>(filter, this); 1955InputQueueChannelListener<TInnerChannel> MatchListener(Message message) 1957InputQueueChannelListener<TInnerChannel> matchingListener = null; 1998this.filterTable.Add(filter.Filter, (InputQueueChannelListener<TInnerChannel>)(object)listener, filter.Priority); 2249InputQueueChannelListener<TInnerChannel> listener = null; 2347InputQueueChannelListener<TInnerChannel> listener = null; 2353KeyValuePair<MessageFilter, InputQueueChannelListener<TInnerChannel>>[] pairs = new KeyValuePair<MessageFilter, InputQueueChannelListener<TInnerChannel>>[this.filterTable.Count];