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)
189
if (
_endpointDispatcher
!= null)
191
return
_endpointDispatcher
.DispatchRuntime;
233
get { return
_endpointDispatcher
; }
289
if (
_endpointDispatcher
!= null)
291
_localAddress =
_endpointDispatcher
.EndpointAddress;
1600
if (WcfEventSource.Instance.ClientChannelOpenStartIsEnabled() &&
_endpointDispatcher
== null)
1612
if (
_endpointDispatcher
== null && WcfEventSource.Instance.ClientChannelOpenStopIsEnabled())