1 write to _inactivityTimer
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\ChannelReliableSession.cs (1)
31
_inactivityTimer
= new InterruptibleTimer(Settings.InactivityTimeout, new WaitCallback(OnInactivityElapsed), null);
5 references to _inactivityTimer
System.ServiceModel.Primitives (5)
System\ServiceModel\Channels\ChannelReliableSession.cs (5)
70
_inactivityTimer
.Abort();
134
_inactivityTimer
.Abort();
151
_inactivityTimer
.Abort();
292
_inactivityTimer
.Set();
386
_inactivityTimer
.Set();