3 writes to DispatchRuntime
System.ServiceModel (3)
System\ServiceModel\Dispatcher\ChannelHandler.cs (3)
601this.requestInfo.DispatchRuntime = this.requestInfo.Channel.DispatchRuntime; 605this.requestInfo.DispatchRuntime = this.requestInfo.Endpoint.DispatchRuntime; 2029this.DispatchRuntime = null;
3 references to DispatchRuntime
System.ServiceModel (3)
System\ServiceModel\Dispatcher\ChannelHandler.cs (3)
391DispatchRuntime dispatchBehavior = this.requestInfo.DispatchRuntime; 1864if (this.requestInfo.DispatchRuntime != null) 1869this.requestInfo.ExistingInstanceContext = this.requestInfo.DispatchRuntime.InstanceContextProvider.GetExistingInstanceContext(request.RequestMessage, transparentProxy);