1 write to _endpointDispatchers
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelDispatcher.cs (1)
49_endpointDispatchers = new EndpointDispatcherCollection(this);
3 references to _endpointDispatchers
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelDispatcher.cs (3)
105get { return _endpointDispatchers; } 598for (int i = 0; i < _endpointDispatchers.Count; i++) 600EndpointDispatcher endpoint = _endpointDispatchers[i];