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