3 writes to _utcAbsExp
System.Runtime.Caching (3)
System\Runtime\Caching\MemoryCacheEntry.cs (3)
53
set {
_utcAbsExp
= value; }
126
_utcAbsExp
= _utcCreated + _slidingExp;
130
_utcAbsExp
= absExp.UtcDateTime;
4 references to _utcAbsExp
System.Runtime.Caching (4)
System\Runtime\Caching\MemoryCacheEntry.cs (4)
47
return
_utcAbsExp
< DateTime.MaxValue;
52
get { return
_utcAbsExp
; }
296
if (utcNewExpires -
_utcAbsExp
>= CacheExpires.MIN_UPDATE_DELTA || utcNewExpires <
_utcAbsExp
)