1 instantiation of EndpointDispatcherTable
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelDispatcher.cs (1)
597
_filterTable = new
EndpointDispatcherTable
(this.ThisLock);
4 references to EndpointDispatcherTable
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelDispatcher.cs (2)
22
private
EndpointDispatcherTable
_filterTable;
93
internal
EndpointDispatcherTable
EndpointDispatcherTable
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ListenerHandler.cs (2)
24
private
EndpointDispatcherTable
_endpoints;
69
internal
EndpointDispatcherTable
Endpoints