1 write to _automaticSessionShutdown
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\CallbackBehaviorAttribute.cs (1)
21set { _automaticSessionShutdown = value; }
2 references to _automaticSessionShutdown
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\CallbackBehaviorAttribute.cs (2)
20get { return _automaticSessionShutdown; } 49dispatchRuntime.AutomaticInputSessionShutdown = _automaticSessionShutdown;