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