1 write to inputSessionShutdownHandlers
System.ServiceModel (1)
System\ServiceModel\Dispatcher\DispatchRuntime.cs (1)
97this.inputSessionShutdownHandlers = this.NewBehaviorCollection<IInputSessionShutdown>();
1 reference to inputSessionShutdownHandlers
System.ServiceModel (1)
System\ServiceModel\Dispatcher\DispatchRuntime.cs (1)
409get { return this.inputSessionShutdownHandlers; }