8 writes to EntryType
System (8)
net\System\Net\Cache\IERequestCache.cs (4)
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;
net\System\Net\Cache\WinInetCache.cs (4)
211
Info.
EntryType
= EntryType.NormalEntry;
443
newEntry.Info.
EntryType
= oldEntry.Info.EntryType;
457
oldEntry.Info.
EntryType
|= EntryType.Edited;
478
oldEntry.Info.
EntryType
&= ~EntryType.Edited;
7 references to EntryType
System (7)
net\System\Net\Cache\IERequestCache.cs (1)
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 (5)
372
entry.Info.
EntryType
,
443
newEntry.Info.EntryType = oldEntry.Info.
EntryType
;
445
if ((oldEntry.Info.
EntryType
& EntryType.StickyEntry) == EntryType.StickyEntry) {
453
wasEdited = (oldEntry.Info.
EntryType
& EntryType.Edited) != 0;
543
if (bufferPtr->_OffsetHeaderInfo == IntPtr.Zero || bufferPtr->HeaderInfoChars == 0 || (bufferPtr->
EntryType
& EntryType.UrlHistory) != 0) {