4 writes to _objects
System.Runtime.Serialization.Formatters (4)
System\Runtime\Serialization\Formatters\Binary\BinaryUtilClasses.cs (4)
202_objects = new object[16]; 208_objects = new object[length]; 214_objects = new object[sizedArray._objects.Length]; 272_objects = newItems;
10 references to _objects
System.Runtime.Serialization.Formatters (10)
System\Runtime\Serialization\Formatters\Binary\BinaryUtilClasses.cs (10)
214_objects = new object[sizedArray._objects.Length]; 215sizedArray._objects.CopyTo(_objects, 0); 232return index > _objects.Length - 1 ? null : _objects[index]; 247if (index > _objects.Length - 1) 251_objects[index] = value; 269int size = Math.Max(_objects.Length * 2, index + 1); 271Array.Copy(_objects, newItems, _objects.Length);