2 references to s_timerCallback
mscorlib (2)
system\threading\CancellationTokenSource.cs (2)
330m_timer = new Timer(s_timerCallback, this, millisecondsDelay, -1); 486Timer newTimer = new Timer(s_timerCallback, this, -1, -1);