9 instantiations of 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)
16 references to MessageFilterTable
System.ServiceModel (5)
System\ServiceModel\Channels\ChannelDemuxer.cs (2)
192MessageFilterTable<IChannelListener> filterTable; 1629MessageFilterTable<InputQueueChannelListener<TInnerChannel>> filterTable;
System\ServiceModel\Dispatcher\AndMessageFilterTable.cs (1)
16MessageFilterTable<FilterDataPair> table;
System\ServiceModel\Dispatcher\EndpointDispatcherTable.cs (1)
17MessageFilterTable<EndpointDispatcher> filters;
System\ServiceModel\Dispatcher\ThreadSafeMessageFilterTable.cs (1)
15MessageFilterTable<FilterData> table;
System.ServiceModel.Activities (4)
System\ServiceModel\Activities\Dispatcher\CorrelationKeyCalculator.cs (4)
26MessageFilterTable<SelectRuntime> whereRuntime; 201protected abstract bool ExecuteWhere(T target, Message messageToReadHeaders, MessageFilterTable<SelectRuntime> whereRuntime, 239protected override bool ExecuteWhere(MessageBuffer target, Message messageToReadHeaders, MessageFilterTable<SelectRuntime> whereRuntime, 263protected override bool ExecuteWhere(Message target, Message messageToReadHeaders, MessageFilterTable<SelectRuntime> whereRuntime,
System.ServiceModel.Routing (7)
System\ServiceModel\Dispatcher\StrictAndMessageFilter.cs (1)
54MessageFilterTable<StrictAndMessageFilter> filterTable;
System\ServiceModel\Routing\Configuration\RoutingSection.cs (2)
47public static MessageFilterTable<IEnumerable<ServiceEndpoint>> CreateFilterTable(string name) 72MessageFilterTable<IEnumerable<ServiceEndpoint>> routingTable = new MessageFilterTable<IEnumerable<ServiceEndpoint>>();
System\ServiceModel\Routing\RoutingConfiguration.cs (4)
21MessageFilterTable<IEnumerable<ServiceEndpoint>> filterTable; 29public RoutingConfiguration (MessageFilterTable<IEnumerable<ServiceEndpoint>> filterTable, bool routeOnHeadersOnly) 42public MessageFilterTable<IEnumerable<ServiceEndpoint>> FilterTable 51internal MessageFilterTable<IEnumerable<ServiceEndpoint>> InternalFilterTable