2 writes to m_Key
System (2)
net\System\Net\Cache\_CacheStreams.cs (2)
871
m_Key
= key;
888
m_Key
= key;
4 references to m_Key
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);