6 writes to isTimerCancelled
System.ServiceModel (6)
System\ServiceModel\Security\NegotiationTokenAuthenticator.cs (6)
469this.isTimerCancelled = true; 488this.isTimerCancelled = true; 530this.isTimerCancelled = false; 638this.isTimerCancelled = false; 661this.isTimerCancelled = true; 701this.isTimerCancelled = true;
4 references to isTimerCancelled
System.ServiceModel (4)
System\ServiceModel\Security\NegotiationTokenAuthenticator.cs (4)
467if (this.idlingNegotiationSessionTimer != null && !this.isTimerCancelled) 486if (this.idlingNegotiationSessionTimer != null && !this.isTimerCancelled) 636if (this.isTimerCancelled) 671if (this.isTimerCancelled || (this.CommunicationObject.State != CommunicationState.Opened && this.CommunicationObject.State != CommunicationState.Opening))