16 references to EntryType
System (16)
net\System\Net\Cache\IERequestCache.cs (6)
418entry.Info.EntryType = _WinInetCache.EntryType.NormalEntry; 424entry.Info.EntryType = _WinInetCache.EntryType.StickyEntry; 544entry.Info.EntryType = _WinInetCache.EntryType.NormalEntry; 549entry.Info.EntryType = _WinInetCache.EntryType.StickyEntry; 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 (8)
158public EntryType EntryType; // cache type bit mask. 211Info.EntryType = EntryType.NormalEntry; 445if ((oldEntry.Info.EntryType & EntryType.StickyEntry) == EntryType.StickyEntry) { 453wasEdited = (oldEntry.Info.EntryType & EntryType.Edited) != 0; 457oldEntry.Info.EntryType |= EntryType.Edited; 478oldEntry.Info.EntryType &= ~EntryType.Edited; 543if (bufferPtr->_OffsetHeaderInfo == IntPtr.Zero || bufferPtr->HeaderInfoChars == 0 || (bufferPtr->EntryType & EntryType.UrlHistory) != 0) {
net\System\Net\UnsafeNativeMethods.cs (1)
1959[In] _WinInetCache.EntryType EntryType,