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