1 write to m_count
System (1)
net\System\Net\cookiecollection.cs (1)
279m_count = cookies.Count;
3 references to m_count
System (3)
net\System\Net\cookiecollection.cs (3)
287if (m_index < 0 || m_index >= m_count) { 301if (++m_index < m_count) { 304m_index = m_count;