3 writes to m_LastSynchronizedUtc
System (3)
net\System\Net\Cache\RequestCacheEntry.cs (3)
47
m_ExpiresUtc = m_LastAccessedUtc = m_LastModifiedUtc =
m_LastSynchronizedUtc
= DateTime.MinValue;
60
m_LastSynchronizedUtc
= (entry.Info.LastSyncTime.IsNull? DateTime.MinValue: DateTime.FromFileTimeUtc(entry.Info.LastSyncTime.ToLong()));
76
internal DateTime LastSynchronizedUtc {get{return m_LastSynchronizedUtc;} set{
m_LastSynchronizedUtc
= value;}}
1 reference to m_LastSynchronizedUtc
System (1)
net\System\Net\Cache\RequestCacheEntry.cs (1)
76
internal DateTime LastSynchronizedUtc {get{return
m_LastSynchronizedUtc
;} set{m_LastSynchronizedUtc = value;}}