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