2 writes to m_objs
mscorlib (2)
system\runtime\serialization\objectidgenerator.cs (2)
48m_objs = new Object[m_currentSize*numbins]; 176m_objs = newObjs;
5 references to m_objs
mscorlib (5)
system\runtime\serialization\objectidgenerator.cs (5)
68if (m_objs[i]==null) { 72if (m_objs[i]==obj) { 110m_objs[pos]=obj; 173oldObjs = m_objs; 181m_objs[pos]=oldObjs[j];