9 references to MessageFilterTable
System.ServiceModel (5)
System\ServiceModel\Channels\ChannelDemuxer.cs (2)
209this.filterTable = new MessageFilterTable<IChannelListener>(); 1651this.filterTable = new MessageFilterTable<InputQueueChannelListener<TInnerChannel>>();
System\ServiceModel\Dispatcher\AndMessageFilterTable.cs (1)
22this.table = new MessageFilterTable<FilterDataPair>();
System\ServiceModel\Dispatcher\EndpointDispatcherTable.cs (1)
61filters = new MessageFilterTable<EndpointDispatcher>();
System\ServiceModel\Dispatcher\ThreadSafeMessageFilterTable.cs (1)
20this.table = new MessageFilterTable<FilterData>();
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\CorrelationKeyCalculator.cs (1)
31this.whereRuntime = new MessageFilterTable<SelectRuntime>();
System.ServiceModel.Routing (3)
System\ServiceModel\Dispatcher\StrictAndMessageFilter.cs (1)
59this.filterTable = new MessageFilterTable<StrictAndMessageFilter>();
System\ServiceModel\Routing\Configuration\RoutingSection.cs (1)
72MessageFilterTable<IEnumerable<ServiceEndpoint>> routingTable = new MessageFilterTable<IEnumerable<ServiceEndpoint>>();
System\ServiceModel\Routing\RoutingConfiguration.cs (1)
24: this(new MessageFilterTable<IEnumerable<ServiceEndpoint>>(), DefaultRouteOnHeadersOnly)