6 references to StickyEntry
System (6)
net\System\Net\Cache\IERequestCache.cs (4)
424entry.Info.EntryType = _WinInetCache.EntryType.StickyEntry; 549entry.Info.EntryType = _WinInetCache.EntryType.StickyEntry; 1087if ((m_Entry.Info.EntryType & _WinInetCache.EntryType.StickyEntry) == _WinInetCache.EntryType.StickyEntry)
net\System\Net\Cache\WinInetCache.cs (2)
445if ((oldEntry.Info.EntryType & EntryType.StickyEntry) == EntryType.StickyEntry) {