4 writes to m_MaxAge
System (4)
net\System\Net\Cache\RequestCachePolicy.cs (4)
176
m_MaxAge
= ageOrFreshOrStale;
196
m_MaxAge
= maxAge;
202
m_MaxAge
= maxAge;
206
m_MaxAge
= maxAge;
3 references to m_MaxAge
System (3)
net\System\Net\Cache\RequestCachePolicy.cs (3)
255
get {return
m_MaxAge
;}
275
(
m_MaxAge
== TimeSpan.MaxValue? string.Empty: " MaxAge:" +
m_MaxAge
.ToString()) +