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;
1257
this.
DispatchRuntime
= null;
3 references to DispatchRuntime
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelHandler.cs (3)
253
DispatchRuntime dispatchBehavior = _requestInfo.
DispatchRuntime
;
1159
if (_requestInfo.
DispatchRuntime
!= null)
1164
_requestInfo.ExistingInstanceContext = _requestInfo.
DispatchRuntime
.InstanceContextProvider.GetExistingInstanceContext(request.RequestMessage, transparentProxy);