1 write to inputSessionShutdownHandlers
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (1)
82this.inputSessionShutdownHandlers = EmptyArray<IInputSessionShutdown>.ToArray(dispatch.InputSessionShutdownHandlers);
4 references to inputSessionShutdownHandlers
System.ServiceModel (4)
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (4)
628if (this.inputSessionShutdownHandlers.Length > 0) 640IInputSessionShutdown[] handlers = this.inputSessionShutdownHandlers; 669if (this.inputSessionShutdownHandlers.Length > 0) 681IInputSessionShutdown[] handlers = this.inputSessionShutdownHandlers;