6 instantiations of Entry
System (6)
net\System\Net\Cache\IERequestCache.cs (5)
128_WinInetCache.Entry entry = new _WinInetCache.Entry(key, _MaximumResponseHeadersLength); 161_WinInetCache.Entry entry = new _WinInetCache.Entry(key, _MaximumResponseHeadersLength); 233_WinInetCache.Entry entry = new _WinInetCache.Entry(key, _MaximumResponseHeadersLength); 403_WinInetCache.Entry entry = new _WinInetCache.Entry(key, _MaximumResponseHeadersLength); 521_WinInetCache.Entry entry = new _WinInetCache.Entry(key, _MaximumResponseHeadersLength);
net\System\Net\Cache\WinInetCache.cs (1)
412Entry oldEntry = new Entry(newEntry.Key, newEntry.MaxBufferBytes);
20 references to Entry
System (20)
net\System\Net\Cache\IERequestCache.cs (8)
128_WinInetCache.Entry entry = new _WinInetCache.Entry(key, _MaximumResponseHeadersLength); 161_WinInetCache.Entry entry = new _WinInetCache.Entry(key, _MaximumResponseHeadersLength); 233_WinInetCache.Entry entry = new _WinInetCache.Entry(key, _MaximumResponseHeadersLength); 403_WinInetCache.Entry entry = new _WinInetCache.Entry(key, _MaximumResponseHeadersLength); 521_WinInetCache.Entry entry = new _WinInetCache.Entry(key, _MaximumResponseHeadersLength); 627internal ReadStream(_WinInetCache.Entry entry, SafeUnlockUrlCacheEntryFile handle, bool async) 799private _WinInetCache.Entry m_Entry; 814internal WriteStream(_WinInetCache.Entry entry, bool isThrow, long streamSize, bool async):
net\System\Net\Cache\RequestCacheEntry.cs (1)
52internal RequestCacheEntry(_WinInetCache.Entry entry, bool isPrivateEntry)
net\System\Net\Cache\WinInetCache.cs (11)
225unsafe internal static Status LookupInfo(Entry entry) { 227byte[] entryBuffer = new byte[Entry.DefaultBufferSize]; 266unsafe internal static SafeUnlockUrlCacheEntryFile LookupFile(Entry entry) { 268byte[] buffer = new byte[Entry.DefaultBufferSize]; 317unsafe private static Status EntryFixup(Entry entry, EntryBuffer* bufferPtr, byte[] buffer) { 336internal static Status CreateFileName(Entry entry) { 352internal static Status Commit(Entry entry) { 391internal static Status Update(Entry newEntry, Entry_FC attributes) { 412Entry oldEntry = new Entry(newEntry.Key, newEntry.MaxBufferBytes); 502internal static Status Remove(Entry entry) { 538private static unsafe Status GetEntryHeaders(Entry entry, EntryBuffer* bufferPtr, byte[] buffer) {