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