2 writes to _expiresEntryRef
System.Web (2)
Cache\CacheEntry.cs (2)
169
_expiresEntryRef
= ExpiresEntryRef.INVALID;
212
set {
_expiresEntryRef
= value;}
2 references to _expiresEntryRef
System.Web (2)
Cache\CacheEntry.cs (2)
211
get {return
_expiresEntryRef
;}
220
return !
_expiresEntryRef
.IsInvalid;