system\threading\timer.cs (5)
859TimerSetup(callback,state,(UInt32)dueTime,(UInt32)period,ref stackMark);
882TimerSetup(callback,state,(UInt32)dueTm,(UInt32)periodTm,ref stackMark);
894TimerSetup(callback,state,dueTime,period,ref stackMark);
914TimerSetup(callback,state,(UInt32) dueTime, (UInt32) period,ref stackMark);
927TimerSetup(callback, this, (UInt32)dueTime, (UInt32)period, ref stackMark);