3 writes to FileExt
System (3)
net\System\Net\Cache\IERequestCache.cs (1)
430entry.FileExt = "cache";
net\System\Net\Cache\WinInetCache.cs (2)
328entry.FileExt = GetEntryBufferString(bufferPtr, (int)(bufferPtr->_OffsetExtension)); 428newEntry.FileExt = oldEntry.FileExt;
2 references to FileExt
System (2)
net\System\Net\Cache\WinInetCache.cs (2)
340if (UnsafeNclNativeMethods.UnsafeWinInetCache.CreateUrlCacheEntryW(entry.Key, entry.OptionalLength, entry.FileExt, sb, 0)) { 428newEntry.FileExt = oldEntry.FileExt;