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