2 writes to m_IsPartialEntry
System (2)
net\System\Net\Cache\RequestCacheEntry.cs (2)
67m_IsPartialEntry = (entry.Info.EntryType & _WinInetCache.EntryType.Sparse) != 0; 80internal bool IsPartialEntry {get{return m_IsPartialEntry;} set{m_IsPartialEntry = value;}}
1 reference to m_IsPartialEntry
System (1)
net\System\Net\Cache\RequestCacheEntry.cs (1)
80internal bool IsPartialEntry {get{return m_IsPartialEntry;} set{m_IsPartialEntry = value;}}