2 writes to nextPurgeTimeUtc
System.ServiceModel (2)
System\ServiceModel\Security\TimeBoundedCache.cs (2)
39this.nextPurgeTimeUtc = DateTime.UtcNow.Add(this.purgeInterval); 409this.nextPurgeTimeUtc = DateTime.UtcNow.Add(this.purgeInterval);
1 reference to nextPurgeTimeUtc
System.ServiceModel (1)
System\ServiceModel\Security\TimeBoundedCache.cs (1)
358else if (this.purgingMode == PurgingMode.AccessBasedPurge && DateTime.UtcNow > this.nextPurgeTimeUtc && this.Count > this.lowWaterMark)