7 references to DispatchRuntime
dotnet-svcutil-lib (7)
FrameworkFork\System.ServiceModel\System\ServiceModel\CallbackBehaviorAttribute.cs (1)
46DispatchRuntime dispatchRuntime = clientRuntime.DispatchRuntime;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (5)
85DispatchRuntime dispatch = factory.ClientRuntime.DispatchRuntime; 195return _clientRuntime.DispatchRuntime; 553DispatchRuntime dispatchBehavior = ClientRuntime.DispatchRuntime; 903DispatchRuntime dispatchBehavior = ClientRuntime.DispatchRuntime; 1148DispatchRuntime dispatchRuntime = ClientRuntime.DispatchRuntime;
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelHandler.cs (1)
68DispatchRuntime dispatchRuntime = clientRuntime.DispatchRuntime;