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