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