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