2 writes to top
mscorlib (2)
system\runtime\serialization\formatters\binary\binaryutilclasses.cs (2)
296
objects[++
top
] = obj;
305
objects[
top
--] = null;
9 references to top
mscorlib (9)
system\runtime\serialization\formatters\binary\binaryutilclasses.cs (9)
292
if (
top
== (objects.Length -1))
301
if (
top
< 0)
304
Object obj = objects[
top
];
321
if (
top
< 0)
326
return objects[
top
];
331
if (
top
< 1)
336
return objects[
top
- 1];
341
return
top
+ 1;
346
if (
top
> 0)