5 writes to AutomaticInputSessionShutdown
System.ServiceModel (2)
System\ServiceModel\CallbackBehaviorAttribute.cs (1)
187dispatchRuntime.AutomaticInputSessionShutdown = this.automaticSessionShutdown;
System\ServiceModel\ServiceBehaviorAttribute.cs (1)
385behavior.AutomaticInputSessionShutdown = this.automaticSessionShutdown;
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Description\WorkflowServiceBehavior.cs (1)
62dispatchRuntime.AutomaticInputSessionShutdown = true;
System.ServiceModel.Routing (1)
System\ServiceModel\Routing\RoutingBehavior.cs (1)
178endpointDispatcher.DispatchRuntime.AutomaticInputSessionShutdown = false;
System.WorkflowServices (1)
System\ServiceModel\Description\WorkflowServiceBehavior.cs (1)
296dispatchRuntime.AutomaticInputSessionShutdown = true;
2 references to AutomaticInputSessionShutdown
System.ServiceModel (2)
System\ServiceModel\Channels\ServiceChannel.cs (2)
96this.autoClose = dispatch.AutomaticInputSessionShutdown; 119this.autoClose = endpointDispatcher.DispatchRuntime.AutomaticInputSessionShutdown;