3 writes to _autoClose
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (3)
88_autoClose = dispatch.AutomaticInputSessionShutdown; 111_autoClose = endpointDispatcher.DispatchRuntime.AutomaticInputSessionShutdown; 1391set { _autoClose = value; }
3 references to _autoClose
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (3)
830if (updatedActivityCount == 0 && _autoClose) 1151if (_autoClose && !IsClient) 1390get { return _autoClose; }