2 writes to m_IsPrivateEntry
System (2)
net\System\Net\Cache\RequestCacheEntry.cs (2)
54
m_IsPrivateEntry
= isPrivateEntry;
71
internal bool IsPrivateEntry {get{return m_IsPrivateEntry;} set{
m_IsPrivateEntry
= value;}}
1 reference to m_IsPrivateEntry
System (1)
net\System\Net\Cache\RequestCacheEntry.cs (1)
71
internal bool IsPrivateEntry {get{return
m_IsPrivateEntry
;} set{m_IsPrivateEntry = value;}}