1 write to LastSyncTime
System (1)
net\System\Net\Cache\IERequestCache.cs (1)
538entry.Info.LastSyncTime = new _WinInetCache.FILETIME(lastSynchronizedUtc.ToFileTimeUtc());
2 references to LastSyncTime
System (2)
net\System\Net\Cache\RequestCacheEntry.cs (2)
60m_LastSynchronizedUtc= (entry.Info.LastSyncTime.IsNull? DateTime.MinValue: DateTime.FromFileTimeUtc(entry.Info.LastSyncTime.ToLong()));