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