3 writes to DispatchRuntime
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelHandler.cs (3)
388_requestInfo.DispatchRuntime = _requestInfo.Channel.DispatchRuntime; 392_requestInfo.DispatchRuntime = _requestInfo.Endpoint.DispatchRuntime; 1257this.DispatchRuntime = null;
3 references to DispatchRuntime
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelHandler.cs (3)
253DispatchRuntime dispatchBehavior = _requestInfo.DispatchRuntime; 1159if (_requestInfo.DispatchRuntime != null) 1164_requestInfo.ExistingInstanceContext = _requestInfo.DispatchRuntime.InstanceContextProvider.GetExistingInstanceContext(request.RequestMessage, transparentProxy);