3 writes to timer
System (3)
services\timers\system\timers\Timer.cs (3)
120timer = null; 133timer = new System.Threading.Timer(callback, cookie, i, autoReset? i:Timeout.Infinite); 256timer = null;
8 references to timer
System (8)
services\timers\system\timers\Timer.cs (8)
89if( timer != null) { 117if( timer != null) { 119timer.Dispose(); 126if( timer == null) { 147timer.Change(i, autoReset? i :Timeout.Infinite ); 166if (timer != null) { 254if (timer != null ) { 255timer.Dispose();