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)
186
if (currentTime <
_nextPurgeTime
)