3 writes to _top
System.Private.Xml (3)
System\Xml\ByteStack.cs (3)
25
_top
= 0;
42
_stack[
_top
++] = data;
49
return _stack[--
_top
];
4 references to _top
System.Private.Xml (4)
System\Xml\ByteStack.cs (4)
32
if (_size ==
_top
)
35
if (
_top
> 0)
37
Buffer.BlockCopy(_stack, 0, newstack, 0,
_top
);
47
if (
_top
> 0)