3 writes to _autoClose
System.ServiceModel.Primitives (3)
System\ServiceModel\Channels\ServiceChannel.cs (3)
78
_autoClose
= dispatch.AutomaticInputSessionShutdown;
96
_autoClose
= endpointDispatcher.DispatchRuntime.AutomaticInputSessionShutdown;
1386
set {
_autoClose
= value; }
3 references to _autoClose
System.ServiceModel.Primitives (3)
System\ServiceModel\Channels\ServiceChannel.cs (3)
831
if (updatedActivityCount == 0 &&
_autoClose
)
1166
if (
_autoClose
&& !IsClient)
1385
get { return
_autoClose
; }