3 references to Exptime
System (3)
net\System\Net\Cache\IERequestCache.cs (1)
525
attributes |= _WinInetCache.Entry_FC.
Exptime
;
net\System\Net\Cache\WinInetCache.cs (2)
434
if ((attributes & Entry_FC.
Exptime
) == 0) {
451
attributes &= ~(Entry_FC.
Exptime
|Entry_FC.Modtime);