3 writes to top
System.Xml (3)
System\Xml\ByteStack.cs (3)
27
top
= 0;
41
stack[
top
++] = data;
46
return stack[--
top
];
7 references to top
System.Xml (7)
System\Xml\ByteStack.cs (7)
33
if (size ==
top
) {
35
if (
top
> 0) {
36
Buffer.BlockCopy(stack, 0, newstack, 0,
top
);
45
if (
top
> 0) {
53
if (
top
> 0) {
54
return stack[
top
- 1];
62
return
top
;