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