2 writes to m_StatusDescription
System (2)
net\System\Net\Cache\HttpRequestCacheValidator.cs (2)
89
internal string CacheStatusDescription {get{return m_StatusDescription;} set{
m_StatusDescription
= value;}}
146
m_StatusDescription
= null;
1 reference to m_StatusDescription
System (1)
net\System\Net\Cache\HttpRequestCacheValidator.cs (1)
89
internal string CacheStatusDescription {get{return
m_StatusDescription
;} set{m_StatusDescription = value;}}