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