5 references to CallbackDispatchRuntime
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\DispatcherBuilder.cs (3)
41DispatcherBuilder.BuildDispatchOperation(operation, clientRuntime.CallbackDispatchRuntime); 238dispatch = proxy.CallbackDispatchRuntime; 285behavior.CallbackDispatchRuntime.ChannelDispatcher.MessageVersion = serviceEndpoint.Binding.MessageVersion;
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelHandler.cs (2)
506DispatchRuntime dispatchBehavior = _channel.ClientRuntime.CallbackDispatchRuntime; 530return _channel.ClientRuntime.CallbackDispatchRuntime.ChannelDispatcher.HandleError(e, ref faultInfo);