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