1 write to filterTable
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (1)
819this.filterTable = new EndpointDispatcherTable(this.ThisLock);
5 references to filterTable
System.ServiceModel (5)
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (5)
148get { return this.filterTable; } 549return this.filterTable.Lookup(message, out addressMatched); 583this.filterTable.AddEndpoint(endpoint); 594this.filterTable.RemoveEndpoint(endpoint); 829this.filterTable.AddEndpoint(endpoint);