1 write to AutomaticInputSessionShutdown
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\CallbackBehaviorAttribute.cs (1)
49dispatchRuntime.AutomaticInputSessionShutdown = _automaticSessionShutdown;
2 references to AutomaticInputSessionShutdown
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (2)
88_autoClose = dispatch.AutomaticInputSessionShutdown; 111_autoClose = endpointDispatcher.DispatchRuntime.AutomaticInputSessionShutdown;