1 write to callback
System (1)
services\timers\system\timers\Timer.cs (1)
52callback = new TimerCallback(this.MyTimerCallback);
1 reference to callback
System (1)
services\timers\system\timers\Timer.cs (1)
133timer = new System.Threading.Timer(callback, cookie, i, autoReset? i:Timeout.Infinite);