3 writes to m_MaxStale
System (3)
net\System\Net\Cache\RequestCacheEntry.cs (3)
61
m_MaxStale
= TimeSpan.FromSeconds(entry.Info.U.ExemptDelta);
64
m_MaxStale
= TimeSpan.MaxValue;
77
internal TimeSpan MaxStale {get{return m_MaxStale;} set{
m_MaxStale
= value;}}
2 references to m_MaxStale
System (2)
net\System\Net\Cache\RequestCacheEntry.cs (2)
62
if (
m_MaxStale
== Microsoft.Win32.WinInetCache.s_MaxTimeSpanForInt32)
77
internal TimeSpan MaxStale {get{return
m_MaxStale
;} set{m_MaxStale = value;}}