2 instantiations of InterruptibleTimer
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\ChannelReliableSession.cs (2)
31_inactivityTimer = new InterruptibleTimer(Settings.InactivityTimeout, new WaitCallback(OnInactivityElapsed), null); 551_pollingTimer = new InterruptibleTimer(GetPollingInterval(), OnPollingTimerElapsed, null);
6 references to InterruptibleTimer
System.ServiceModel.Primitives (6)
System\ServiceModel\Channels\ChannelReliableSession.cs (2)
19private InterruptibleTimer _inactivityTimer; 541private InterruptibleTimer _pollingTimer;
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (4)
216InterruptibleTimer interruptibleTimer = (InterruptibleTimer)state; 222InterruptibleTimer interruptibleTimer = (InterruptibleTimer)state;