9 references to DispatchRuntime
System.ServiceModel (9)
System\ServiceModel\CallbackBehaviorAttribute.cs (1)
183
DispatchRuntime dispatchRuntime = clientRuntime.
DispatchRuntime
;
System\ServiceModel\Channels\PeerNeighborManager.cs (1)
1697
behavior.
DispatchRuntime
.InputSessionShutdownHandlers.Add(this.neighbor);
System\ServiceModel\Channels\ServiceChannel.cs (5)
93
DispatchRuntime dispatch = factory.ClientRuntime.
DispatchRuntime
;
203
return this.clientRuntime.
DispatchRuntime
;
583
DispatchRuntime dispatchBehavior = this.ClientRuntime.
DispatchRuntime
;
965
DispatchRuntime dispatchBehavior = this.ClientRuntime.
DispatchRuntime
;
1231
DispatchRuntime dispatchRuntime = this.ClientRuntime.
DispatchRuntime
;
System\ServiceModel\Channels\SharedConnectionListener.cs (1)
1452
behavior.
DispatchRuntime
.InputSessionShutdownHandlers.Add(this.proxy);
System\ServiceModel\Dispatcher\ChannelHandler.cs (1)
87
DispatchRuntime dispatchRuntime = clientRuntime.
DispatchRuntime
;