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