2 writes to objects
mscorlib (2)
system\runtime\serialization\formatters\binary\binaryutilclasses.cs (2)
481objects = new int[sizedArray.objects.Length]; 548objects = newItems;
10 references to objects
mscorlib (10)
system\runtime\serialization\formatters\binary\binaryutilclasses.cs (10)
481objects = new int[sizedArray.objects.Length]; 482sizedArray.objects.CopyTo(objects, 0); 505if (index > objects.Length-1 ) 507return objects[index]; 523if (index > objects.Length-1 ) 527objects[index] = value; 545int size = Math.Max(objects.Length * 2, index+1); 547Array.Copy(objects, 0, newItems, 0, objects.Length);