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