9 references to ChannelDispatcher
dotnet-svcutil-lib (9)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\DispatcherBuilder.cs (1)
285behavior.CallbackDispatchRuntime.ChannelDispatcher.MessageVersion = serviceEndpoint.Binding.MessageVersion;
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelHandler.cs (3)
75_receiver = new ErrorHandlingReceiver(binder, dispatchRuntime.ChannelDispatcher); 507dispatchBehavior.ChannelDispatcher.ProvideFault(e, _channel.GetProperty<FaultConverter>(), ref faultInfo); 530return _channel.ClientRuntime.CallbackDispatchRuntime.ChannelDispatcher.HandleError(e, ref faultInfo);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchRuntime.cs (3)
238ChannelDispatcher channelDispatcher = this.ChannelDispatcher; 259ChannelDispatcher channelDispatcher = this.ChannelDispatcher; 387ChannelDispatcher channelDispatcher = _dispatchRuntime.ChannelDispatcher;
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (2)
52_error = new ErrorBehavior(dispatch.ChannelDispatcher); 57_sendAsynchronously = dispatch.ChannelDispatcher.SendAsynchronously;