1 write to channelHandler
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\MessageRpc.cs (1)
77this.channelHandler = channelHandler;
10 references to channelHandler
dotnet-svcutil-lib (10)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\MessageRpc.cs (10)
136this.InvokeNotification = new MessageRpcInvokeNotification(this.Activity, this.channelHandler); 177this.channelHandler.HandleError(e); 224this.channelHandler.HandleError(e); 242this.channelHandler.HandleError(e); 261this.channelHandler.HandleError(e); 280this.channelHandler.HandleError(e); 289ChannelHandler.Register(this.channelHandler); 365this.channelHandler.HandleError(e); 392this.channelHandler.HandleError(e); 476this.channelHandler.DispatchDone();