3 writes to autoReset
System (3)
services\timers\system\timers\Timer.cs (3)
49
autoReset
= true;
86
this.
autoReset
= value;
88
this.
autoReset
= value;
5 references to autoReset
System (5)
services\timers\system\timers\Timer.cs (5)
81
return this.
autoReset
;
87
else if (this.
autoReset
!= value) {
133
timer = new System.Threading.Timer(callback, cookie, i,
autoReset
? i:Timeout.Infinite);
147
timer.Change(i,
autoReset
? i :Timeout.Infinite );
302
if (!this.
autoReset
) {