2 writes to purgingTimer
System.ServiceModel (2)
System\ServiceModel\Security\TimeBoundedCache.cs (2)
96this.purgingTimer = null; 108this.purgingTimer = new IOThreadTimer(PurgeCallback, this, false);
7 references to purgingTimer
System.ServiceModel (7)
System\ServiceModel\Security\TimeBoundedCache.cs (7)
93if (this.Count == 0 && this.purgingTimer != null) 95this.purgingTimer.Cancel(); 106if (this.purgingTimer == null) 109this.purgingTimer.Set(this.purgeInterval); 433if (self.purgingTimer == null) 438if (self.Count > 0 && self.purgingTimer != null) 440self.purgingTimer.Set(self.purgeInterval);