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