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)
172
if (
_endpointDispatcher
!= null)
174
return
_endpointDispatcher
.DispatchRuntime;
210
get { return
_endpointDispatcher
; }
253
if (
_endpointDispatcher
!= null)
255
_localAddress =
_endpointDispatcher
.EndpointAddress;
1637
if (WcfEventSource.Instance.ClientChannelOpenStartIsEnabled() &&
_endpointDispatcher
== null)
1649
if (
_endpointDispatcher
== null && WcfEventSource.Instance.ClientChannelOpenStopIsEnabled())