2 writes to m_totalItems
mscorlib (2)
system\runtime\serialization\objectmanager.cs (2)
1652m_totalItems = 0; 1660m_values[m_totalItems++]=value;
5 references to m_totalItems
mscorlib (5)
system\runtime\serialization\objectmanager.cs (5)
1657if (m_totalItems==m_values.Length) { 1675while (++m_currentItem < m_totalItems && m_values[m_currentItem]==-1) { 1677if (m_currentItem==m_totalItems) { 1693for (i=0; i<m_totalItems; i++) { 1697if (i==m_totalItems) {