2 writes to timer
System.ServiceModel.Internals (2)
System\Runtime\AsyncWaitHandle.cs (2)
267this.timer = new IOThreadTimer(callback, state, false); 277this.timer = null;
4 references to timer
System.ServiceModel.Internals (4)
System\Runtime\AsyncWaitHandle.cs (4)
261if (this.timer != null) 269this.timer.Set(timeout); 274if (this.timer != null) 276this.timer.Cancel();