2 writes to automaticInputSessionShutdown
System.ServiceModel (2)
System\ServiceModel\Dispatcher\DispatchRuntime.cs (2)
102this.automaticInputSessionShutdown = true; 325this.automaticInputSessionShutdown = value;
1 reference to automaticInputSessionShutdown
System.ServiceModel (1)
System\ServiceModel\Dispatcher\DispatchRuntime.cs (1)
319get { return this.automaticInputSessionShutdown; }