1 write to channelHandler
System.ServiceModel (1)
System\ServiceModel\Dispatcher\MessageRpc.cs (1)
93this.channelHandler = channelHandler;
17 references to channelHandler
System.ServiceModel (17)
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (2)
1640if (rpc.MessageRpcOwnsInstanceContextThrottle && rpc.channelHandler.InstanceContextServiceThrottle != null) 1642rpc.channelHandler.InstanceContextServiceThrottle.DeactivateInstanceContext();
System\ServiceModel\Dispatcher\InstanceBehavior.cs (1)
185rpc.InstanceContext.ServiceThrottle = rpc.channelHandler.InstanceContextServiceThrottle;
System\ServiceModel\Dispatcher\MessageRpc.cs (13)
160this.InvokeNotification = new MessageRpcInvokeNotification(this.Activity, this.channelHandler); 230ChannelHandler = this.channelHandler 245this.channelHandler.HandleError(e); 305this.channelHandler, 309ChannelHandler = this.channelHandler, 327this.channelHandler.HandleError(e); 391this.channelHandler.HandleError(e); 410this.channelHandler.HandleError(e); 429this.channelHandler.HandleError(e); 438ChannelHandler.Register(this.channelHandler); 525this.channelHandler.HandleError(e); 552this.channelHandler.HandleError(e); 667this.channelHandler.DispatchDone();
System\ServiceModel\Dispatcher\ReceiveContextRPCFacet.cs (1)
201this.channelHandler = rpc.channelHandler;