2 writes to _endpointDispatcher
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\ServiceChannel.cs (2)
91_endpointDispatcher = endpointDispatcher ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(endpointDispatcher)); 215_endpointDispatcher = value;
7 references to _endpointDispatcher
System.ServiceModel.Primitives (7)
System\ServiceModel\Channels\ServiceChannel.cs (7)
172if (_endpointDispatcher != null) 174return _endpointDispatcher.DispatchRuntime; 210get { return _endpointDispatcher; } 253if (_endpointDispatcher != null) 255_localAddress = _endpointDispatcher.EndpointAddress; 1637if (WcfEventSource.Instance.ClientChannelOpenStartIsEnabled() && _endpointDispatcher == null) 1649if (_endpointDispatcher == null && WcfEventSource.Instance.ClientChannelOpenStopIsEnabled())