2 writes to timers
System.ServiceModel.Internals (2)
System\Runtime\IOThreadTimer.cs (2)
387
this.
timers
= new IOThreadTimer[4];
455
this.
timers
= timers;
8 references to timers
System.ServiceModel.Internals (8)
System\Runtime\IOThreadTimer.cs (8)
400
return
timers
[1];
417
IOThreadTimer[] timers = this.
timers
;
447
IOThreadTimer[] timers = this.
timers
;
454
Array.Copy(this.
timers
, timers, this.
timers
.Length);
495
IOThreadTimer[] timers = this.
timers
;
531
this.
timers
[1] = null;
535
IOThreadTimer[] timers = this.
timers
;