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