1 write to timer
System.ServiceModel.Internals (1)
System\Runtime\IOThreadCancellationTokenSource.cs (1)
43this.timer = new IOThreadTimer(onCancel, this, true);
3 references to timer
System.ServiceModel.Internals (3)
System\Runtime\IOThreadCancellationTokenSource.cs (3)
45this.timer.Set(this.timeout); 58Fx.Assert(this.timer != null, "timer should not be null."); 59if (this.timer.Cancel())