2 writes to _hasSession
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelHandler.cs (2)
65
_hasSession
= binder.HasSession;
93
_hasSession
= binder.HasSession;
5 references to _hasSession
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelHandler.cs (5)
94
_isConcurrent = ConcurrencyBehavior.IsConcurrent(channelDispatcher,
_hasSession
);
350
if (
_hasSession
)
575
if (!this.HandleError(e, ref faultInfo) &&
_hasSession
)
650
if (context == null &&
_hasSession
)
1006
if (!
_hasSession
&& !_isManualAddressing)