1 write to _nextPurgeTime
System.IdentityModel (1)
System\IdentityModel\BoundedCache.cs (1)
191_nextPurgeTime = DateTimeUtil.Add(currentTime, _purgeInterval);
1 reference to _nextPurgeTime
System.IdentityModel (1)
System\IdentityModel\BoundedCache.cs (1)
186if (currentTime < _nextPurgeTime)