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;
1391
set {
_autoClose
= value; }
3 references to _autoClose
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (3)
830
if (updatedActivityCount == 0 &&
_autoClose
)
1151
if (
_autoClose
&& !IsClient)
1390
get { return
_autoClose
; }