2 writes to m_Cache
System (2)
net\System\Net\Cache\_CacheStreams.cs (2)
870m_Cache = cache; 887m_Cache = cache;
4 references to m_Cache
System (4)
net\System\Net\Cache\_CacheStreams.cs (4)
1014m_Cache.Remove(m_Key); 1018m_Cache.TryRemove(m_Key); 1025m_Cache.Update(m_Key, m_Expires, m_LastModified, m_LastSynchronized, m_MaxStale, m_EntryMetadata, m_SystemMetadata); 1029m_Cache.TryUpdate(m_Key, m_Expires, m_LastModified, m_LastSynchronized, m_MaxStale, m_EntryMetadata, m_SystemMetadata);