2 writes to m_SystemMeta
System (2)
net\System\Net\Cache\HttpRequestCacheValidator.cs (2)
108
internal NameValueCollection SystemMeta {get{return m_SystemMeta;} set{
m_SystemMeta
= value;}}
149
m_SystemMeta
= null;
1 reference to m_SystemMeta
System (1)
net\System\Net\Cache\HttpRequestCacheValidator.cs (1)
108
internal NameValueCollection SystemMeta {get{return
m_SystemMeta
;} set{m_SystemMeta = value;}}