1 write to purgeInterval
System.ServiceModel (1)
System\ServiceModel\Security\TimeBoundedCache.cs (1)
37this.purgeInterval = purgeInterval;
4 references to purgeInterval
System.ServiceModel (4)
System\ServiceModel\Security\TimeBoundedCache.cs (4)
39this.nextPurgeTimeUtc = DateTime.UtcNow.Add(this.purgeInterval); 109this.purgingTimer.Set(this.purgeInterval); 409this.nextPurgeTimeUtc = DateTime.UtcNow.Add(this.purgeInterval); 440self.purgingTimer.Set(self.purgeInterval);