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