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