1 instantiation of SafeUnlockUrlCacheEntryFile
System (1)
net\System\Net\_SafeNetHandles.cs (1)
2985
handle = new
SafeUnlockUrlCacheEntryFile
(key);
9 references to SafeUnlockUrlCacheEntryFile
System (9)
net\System\Net\_SafeNetHandles.cs (2)
2979
internal unsafe static _WinInetCache.Status GetAndLockFile(string key, byte* entryPtr, ref int entryBufSize, out
SafeUnlockUrlCacheEntryFile
handle) {
2994
unsafe private static _WinInetCache.Status MustRunGetAndLockFile(char* key, byte* entryPtr, ref int entryBufSize,
SafeUnlockUrlCacheEntryFile
handle) {
net\System\Net\Cache\IERequestCache.cs (3)
232
SafeUnlockUrlCacheEntryFile
handle = null;
614
private
SafeUnlockUrlCacheEntryFile
m_Handle;
627
internal ReadStream(_WinInetCache.Entry entry,
SafeUnlockUrlCacheEntryFile
handle, bool async)
net\System\Net\Cache\WinInetCache.cs (4)
266
unsafe internal static
SafeUnlockUrlCacheEntryFile
LookupFile(Entry entry) {
270
SafeUnlockUrlCacheEntryFile
handle = null;
276
entry.Error =
SafeUnlockUrlCacheEntryFile
.GetAndLockFile(entry.Key, entryPtr, ref size, out handle);
414
SafeUnlockUrlCacheEntryFile
handle = null;