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