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