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