5 references to s_MaxTimeSpanForInt32
System (5)
net\System\Net\Cache\IERequestCache.cs (4)
420if (maxStale >= s_MaxTimeSpanForInt32) { 421maxStale = s_MaxTimeSpanForInt32; 546if (maxStale >= s_MaxTimeSpanForInt32) { 547maxStale = s_MaxTimeSpanForInt32;
net\System\Net\Cache\RequestCacheEntry.cs (1)
62if (m_MaxStale == Microsoft.Win32.WinInetCache.s_MaxTimeSpanForInt32)