8 references to DispatchRuntime
dotnet-svcutil-lib (8)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (4)
107
_clientRuntime = endpointDispatcher.
DispatchRuntime
.CallbackClientRuntime;
111
_autoClose = endpointDispatcher.
DispatchRuntime
.AutomaticInputSessionShutdown;
191
return _endpointDispatcher.
DispatchRuntime
;
239
_clientRuntime = value.
DispatchRuntime
.CallbackClientRuntime;
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelDispatcher.cs (1)
604
endpoint.
DispatchRuntime
.LockDownProperties();
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelHandler.cs (1)
392
_requestInfo.DispatchRuntime = _requestInfo.Endpoint.
DispatchRuntime
;
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ConcurrencyBehavior.cs (2)
55
if (endpointDispatcher.
DispatchRuntime
.EnsureOrderedDispatch)
60
if (endpointDispatcher.
DispatchRuntime
.ConcurrencyMode != ConcurrencyMode.Single)