2 writes to _endpointDispatcher
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (2)
106_endpointDispatcher = endpointDispatcher; 238_endpointDispatcher = value;
7 references to _endpointDispatcher
dotnet-svcutil-lib (7)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (7)
189if (_endpointDispatcher != null) 191return _endpointDispatcher.DispatchRuntime; 233get { return _endpointDispatcher; } 289if (_endpointDispatcher != null) 291_localAddress = _endpointDispatcher.EndpointAddress; 1600if (WcfEventSource.Instance.ClientChannelOpenStartIsEnabled() && _endpointDispatcher == null) 1612if (_endpointDispatcher == null && WcfEventSource.Instance.ClientChannelOpenStopIsEnabled())