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