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