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