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; 191return _endpointDispatcher.DispatchRuntime; 239_clientRuntime = value.DispatchRuntime.CallbackClientRuntime;
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelDispatcher.cs (1)
604endpoint.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)
55if (endpointDispatcher.DispatchRuntime.EnsureOrderedDispatch) 60if (endpointDispatcher.DispatchRuntime.ConcurrencyMode != ConcurrencyMode.Single)