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