3 writes to m_index
System (3)
net\System\Net\cookiecollection.cs (3)
301if (++m_index < m_count) { 304m_index = m_count; 309m_index = -1;
3 references to m_index
System (3)
net\System\Net\cookiecollection.cs (3)
287if (m_index < 0 || m_index >= m_count) { 293return m_cookies[m_index];