1 write to objects
mscorlib (1)
system\runtime\serialization\formatters\binary\binaryutilclasses.cs (1)
316objects = newItems;
10 references to objects
mscorlib (10)
system\runtime\serialization\formatters\binary\binaryutilclasses.cs (10)
292if (top == (objects.Length -1)) 296objects[++top] = obj; 304Object obj = objects[top]; 305objects[top--] = null; 313int size = objects.Length * 2; 315Array.Copy(objects, 0, newItems, 0, objects.Length); 326return objects[top]; 336return objects[top - 1]; 357Object obj = objects[i];