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