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