3 writes to hasSession
System.ServiceModel (3)
System\ServiceModel\Dispatcher\ChannelHandler.cs (3)
84
this.
hasSession
= binder.HasSession;
116
this.
hasSession
= binder.HasSession;
197
this.
hasSession
= handler.hasSession;
8 references to hasSession
System.ServiceModel (8)
System\ServiceModel\Dispatcher\ChannelHandler.cs (8)
117
this.isConcurrent = ConcurrencyBehavior.IsConcurrent(channelDispatcher, this.
hasSession
);
197
this.hasSession = handler.
hasSession
;
441
if (operation.IsTerminating && this.
hasSession
)
555
if (this.
hasSession
)
829
if (!this.HandleError(e, ref faultInfo) && this.
hasSession
)
904
if (context == null && this.
hasSession
)
1108
if ((this.throttle != null) && this.
hasSession
)
1349
if (!this.
hasSession
&& !this.isManualAddressing)