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