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); 350if (_hasSession) 575if (!this.HandleError(e, ref faultInfo) && _hasSession) 650if (context == null && _hasSession) 1006if (!_hasSession && !_isManualAddressing)