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