6 references to Cancel
System.ServiceModel.Internals (6)
System\Runtime\AsyncWaitHandle.cs (1)
276
this.timer.
Cancel
();
System\Runtime\BackoffTimeoutHelper.cs (1)
83
this.backoffTimer.
Cancel
();
System\Runtime\Collections\ObjectCache.cs (1)
314
this.idleTimer.
Cancel
();
System\Runtime\InputQueue.cs (2)
842
this.timer.
Cancel
();
899
timely = (this.timer == null) || this.timer.
Cancel
();
System\Runtime\IOThreadCancellationTokenSource.cs (1)
59
if (this.timer.
Cancel
())