8 writes to EntryType
System (8)
net\System\Net\Cache\IERequestCache.cs (4)
418entry.Info.EntryType = _WinInetCache.EntryType.NormalEntry; 424entry.Info.EntryType = _WinInetCache.EntryType.StickyEntry; 544entry.Info.EntryType = _WinInetCache.EntryType.NormalEntry; 549entry.Info.EntryType = _WinInetCache.EntryType.StickyEntry;
net\System\Net\Cache\WinInetCache.cs (4)
211Info.EntryType = EntryType.NormalEntry; 443newEntry.Info.EntryType = oldEntry.Info.EntryType; 457oldEntry.Info.EntryType |= EntryType.Edited; 478oldEntry.Info.EntryType &= ~EntryType.Edited;
7 references to EntryType
System (7)
net\System\Net\Cache\IERequestCache.cs (1)
1087if ((m_Entry.Info.EntryType & _WinInetCache.EntryType.StickyEntry) == _WinInetCache.EntryType.StickyEntry)
net\System\Net\Cache\RequestCacheEntry.cs (1)
67m_IsPartialEntry = (entry.Info.EntryType & _WinInetCache.EntryType.Sparse) != 0;
net\System\Net\Cache\WinInetCache.cs (5)
372entry.Info.EntryType, 443newEntry.Info.EntryType = oldEntry.Info.EntryType; 445if ((oldEntry.Info.EntryType & EntryType.StickyEntry) == EntryType.StickyEntry) { 453wasEdited = (oldEntry.Info.EntryType & EntryType.Edited) != 0; 543if (bufferPtr->_OffsetHeaderInfo == IntPtr.Zero || bufferPtr->HeaderInfoChars == 0 || (bufferPtr->EntryType & EntryType.UrlHistory) != 0) {