4 writes to needToCreateSessionOpenNotificationMessage
System.ServiceModel (4)
System\ServiceModel\Dispatcher\ChannelHandler.cs (4)
171this.needToCreateSessionOpenNotificationMessage = this.sessionOpenNotification != null && this.sessionOpenNotification.IsEnabled; 207this.needToCreateSessionOpenNotificationMessage = handler.needToCreateSessionOpenNotificationMessage; 529this.needToCreateSessionOpenNotificationMessage = false; 1138this.needToCreateSessionOpenNotificationMessage = false;
6 references to needToCreateSessionOpenNotificationMessage
System.ServiceModel (6)
System\ServiceModel\Dispatcher\ChannelHandler.cs (6)
207this.needToCreateSessionOpenNotificationMessage = handler.needToCreateSessionOpenNotificationMessage; 374this.shouldRejectMessageWithOnOpenActionHeader = !this.needToCreateSessionOpenNotificationMessage; 375if (this.needToCreateSessionOpenNotificationMessage) 527if (this.needToCreateSessionOpenNotificationMessage) 1133this.shouldRejectMessageWithOnOpenActionHeader = !this.needToCreateSessionOpenNotificationMessage; 1136if (this.needToCreateSessionOpenNotificationMessage)