2 writes to m_Cache
System (2)
net\System\Net\Cache\_CacheStreams.cs (2)
870
m_Cache
= cache;
887
m_Cache
= cache;
4 references to m_Cache
System (4)
net\System\Net\Cache\_CacheStreams.cs (4)
1014
m_Cache
.Remove(m_Key);
1018
m_Cache
.TryRemove(m_Key);
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);