2 writes to _objs
System.Runtime.Serialization.Formatters (2)
System\Runtime\Serialization\ObjectIDGenerator.cs (2)
25_objs = new object[_currentSize * NumBins]; 134_objs = newObjs;
5 references to _objs
System.Runtime.Serialization.Formatters (5)
System\Runtime\Serialization\ObjectIDGenerator.cs (5)
43if (_objs[i] == null) 48if (_objs[i] == obj) 78_objs[pos] = obj; 131object[] oldObjs = _objs; 141_objs[pos] = oldObjs[j];