1 write to _filterTable
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelDispatcher.cs (1)
597
_filterTable
= new EndpointDispatcherTable(this.ThisLock);
4 references to _filterTable
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelDispatcher.cs (4)
95
get { return
_filterTable
; }
369
_filterTable
.AddEndpoint(endpoint);
380
_filterTable
.RemoveEndpoint(endpoint);
606
_filterTable
.AddEndpoint(endpoint);