1 write to pruneTimer
System.ServiceModel (1)
System\ServiceModel\Channels\UtilityExtension.cs (1)
44
pruneTimer
= new IOThreadTimer(new Action<object>(VerifyCheckPoint), null, false);
3 references to pruneTimer
System.ServiceModel (3)
System\ServiceModel\Channels\UtilityExtension.cs (3)
99
pruneTimer
.Cancel();
423
pruneTimer
.Set(pruneInterval);
461
pruneTimer
.Set(pruneInterval);