2 writes to _hasSession
System.ServiceModel.Primitives (2)
System\ServiceModel\Dispatcher\ChannelHandler.cs (2)
61_hasSession = binder.HasSession; 89_hasSession = binder.HasSession;
6 references to _hasSession
System.ServiceModel.Primitives (6)
System\ServiceModel\Dispatcher\ChannelHandler.cs (6)
90_isConcurrent = ConcurrencyBehavior.IsConcurrent(channelDispatcher, _hasSession); 268if (operation.IsTerminating && _hasSession) 342if (_hasSession) 567if (!HandleError(e, ref faultInfo) && _hasSession) 642if (context == null && _hasSession) 1013if (!_hasSession && !_isManualAddressing)