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