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