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)
412
Entry 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);
627
internal ReadStream(_WinInetCache.
Entry
entry, SafeUnlockUrlCacheEntryFile handle, bool async)
799
private _WinInetCache.
Entry
m_Entry;
814
internal WriteStream(_WinInetCache.
Entry
entry, bool isThrow, long streamSize, bool async):
net\System\Net\Cache\RequestCacheEntry.cs (1)
52
internal RequestCacheEntry(_WinInetCache.
Entry
entry, bool isPrivateEntry)
net\System\Net\Cache\WinInetCache.cs (11)
225
unsafe internal static Status LookupInfo(
Entry
entry) {
227
byte[] entryBuffer = new byte[
Entry
.DefaultBufferSize];
266
unsafe internal static SafeUnlockUrlCacheEntryFile LookupFile(
Entry
entry) {
268
byte[] buffer = new byte[
Entry
.DefaultBufferSize];
317
unsafe private static Status EntryFixup(
Entry
entry, EntryBuffer* bufferPtr, byte[] buffer) {
336
internal static Status CreateFileName(
Entry
entry) {
352
internal static Status Commit(
Entry
entry) {
391
internal static Status Update(
Entry
newEntry, Entry_FC attributes) {
412
Entry
oldEntry = new Entry(newEntry.Key, newEntry.MaxBufferBytes);
502
internal static Status Remove(
Entry
entry) {
538
private static unsafe Status GetEntryHeaders(
Entry
entry, EntryBuffer* bufferPtr, byte[] buffer) {