4 references to InputSessionShutdownHandlers
System.ServiceModel (3)
System\ServiceModel\Channels\PeerNeighborManager.cs (1)
1697behavior.DispatchRuntime.InputSessionShutdownHandlers.Add(this.neighbor);
System\ServiceModel\Channels\SharedConnectionListener.cs (1)
1452behavior.DispatchRuntime.InputSessionShutdownHandlers.Add(this.proxy);
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (1)
82this.inputSessionShutdownHandlers = EmptyArray<IInputSessionShutdown>.ToArray(dispatch.InputSessionShutdownHandlers);
System.ServiceModel.Routing (1)
System\ServiceModel\Routing\RoutingBehavior.cs (1)
177endpointDispatcher.DispatchRuntime.InputSessionShutdownHandlers.Add(this);