3 writes to _utcAbsExp
System.Runtime.Caching (3)
System\Caching\MemoryCacheEntry.cs (3)
47set { _utcAbsExp = value; } 108_utcAbsExp = _utcCreated + _slidingExp; 111_utcAbsExp = absExp.UtcDateTime;
4 references to _utcAbsExp
System.Runtime.Caching (4)
System\Caching\MemoryCacheEntry.cs (4)
42return _utcAbsExp < DateTime.MaxValue; 46get { return _utcAbsExp; } 247if (utcNewExpires - _utcAbsExp >= CacheExpires.MIN_UPDATE_DELTA || utcNewExpires < _utcAbsExp) {