8 references to DispatchRuntime
System.ServiceModel.Primitives (8)
System\ServiceModel\Channels\ServiceChannel.cs (4)
92ClientRuntime = endpointDispatcher.DispatchRuntime.CallbackClientRuntime; 96_autoClose = endpointDispatcher.DispatchRuntime.AutomaticInputSessionShutdown; 174return _endpointDispatcher.DispatchRuntime; 216ClientRuntime = value.DispatchRuntime.CallbackClientRuntime;
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (1)
585endpoint.DispatchRuntime.LockDownProperties();
System\ServiceModel\Dispatcher\ChannelHandler.cs (1)
384_requestInfo.DispatchRuntime = _requestInfo.Endpoint.DispatchRuntime;
System\ServiceModel\Dispatcher\ConcurrencyBehavior.cs (2)
54if (endpointDispatcher.DispatchRuntime.EnsureOrderedDispatch) 59if (endpointDispatcher.DispatchRuntime.ConcurrencyMode != ConcurrencyMode.Single)