7 references to U
System (7)
net\System\Net\Cache\IERequestCache.cs (4)
423entry.Info.U.ExemptDelta = (int)maxStale.TotalSeconds; 550entry.Info.U.ExemptDelta = (int)maxStale.TotalSeconds; 554entry.Info.U.ExemptDelta = 0; 1099if(Logging.On)Logging.PrintInfo(Logging.RequestCache, SR.GetString(SR.net_log_cache_max_stale_and_update_status, "WinInetWriteFile.Close()", m_Entry.Info.U.ExemptDelta, m_Entry.Error.ToString()));
net\System\Net\Cache\RequestCacheEntry.cs (1)
61m_MaxStale = TimeSpan.FromSeconds(entry.Info.U.ExemptDelta);
net\System\Net\Cache\WinInetCache.cs (2)
444newEntry.Info.U.ExemptDelta = oldEntry.Info.U.ExemptDelta;