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