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