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