2 writes to cookie
System (2)
services\timers\system\timers\Timer.cs (2)
118cookie = null; 132cookie = new Object();
2 references to cookie
System (2)
services\timers\system\timers\Timer.cs (2)
133timer = new System.Threading.Timer(callback, cookie, i, autoReset? i:Timeout.Infinite); 298if( state != cookie) {