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