6 references to CallbackDispatchRuntime
System.ServiceModel.Primitives (6)
System\ServiceModel\Description\CallbackDebugBehavior.cs (1)
40ChannelDispatcher channelDispatcher = behavior.CallbackDispatchRuntime.ChannelDispatcher;
System\ServiceModel\Description\DispatcherBuilder.cs (3)
42DispatcherBuilder.BuildDispatchOperation(operation, clientRuntime.CallbackDispatchRuntime); 237dispatch = proxy.CallbackDispatchRuntime; 284behavior.CallbackDispatchRuntime.ChannelDispatcher.MessageVersion = serviceEndpoint.Binding.MessageVersion;
System\ServiceModel\Dispatcher\ChannelHandler.cs (2)
498DispatchRuntime dispatchBehavior = Channel.ClientRuntime.CallbackDispatchRuntime; 522return Channel.ClientRuntime.CallbackDispatchRuntime.ChannelDispatcher.HandleError(e, ref faultInfo);