2 writes to m_values
mscorlib (2)
system\runtime\serialization\objectmanager.cs (2)
1734m_values = new ObjectHolder[startingSize]; 1761m_values = temp;
7 references to m_values
mscorlib (7)
system\runtime\serialization\objectmanager.cs (7)
1738if (m_count==m_values.Length) { 1741m_values[m_count++]=value; 1750BCLDebug.Trace("SER", "[ObjectHolderList.EnlargeArray]Enlarging array of size ", m_values.Length); 1751int newLength = m_values.Length*2; 1760Array.Copy(m_values, temp, m_count); 1794while (++m_currPos < m_list.Count && m_list.m_values[m_currPos].CompletelyFixed) { 1814return m_list.m_values[m_currPos];