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)
43
if (
_objs
[i] == null)
48
if (
_objs
[i] == obj)
78
_objs
[pos] = obj;
131
object[] oldObjs =
_objs
;
141
_objs
[pos] = oldObjs[j];