6 references to FILETIME
System (6)
net\System\Net\Cache\IERequestCache.cs (5)
410
entry.Info.ExpireTime = new _WinInetCache.
FILETIME
(expiresUtc.ToFileTimeUtc());
415
entry.Info.LastModifiedTime = new _WinInetCache.
FILETIME
(lastModifiedUtc.ToFileTimeUtc());
526
entry.Info.ExpireTime = new _WinInetCache.
FILETIME
(expiresUtc.ToFileTimeUtc());
532
entry.Info.LastModifiedTime = new _WinInetCache.
FILETIME
(lastModifiedUtc.ToFileTimeUtc());
538
entry.Info.LastSyncTime = new _WinInetCache.
FILETIME
(lastSynchronizedUtc.ToFileTimeUtc());
net\System\Net\Cache\WinInetCache.cs (1)
127
public static readonly FILETIME Zero = new
FILETIME
(0L);