1 write to m_LastSynchronized
System (1)
net\System\Net\Cache\_CacheStreams.cs (1)
874
m_LastSynchronized
= lastSynchronizedGMT;
2 references to m_LastSynchronized
System (2)
net\System\Net\Cache\_CacheStreams.cs (2)
1025
m_Cache.Update(m_Key, m_Expires, m_LastModified,
m_LastSynchronized
, m_MaxStale, m_EntryMetadata, m_SystemMetadata);
1029
m_Cache.TryUpdate(m_Key, m_Expires, m_LastModified,
m_LastSynchronized
, m_MaxStale, m_EntryMetadata, m_SystemMetadata);