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