2 writes to _stack
System.Private.Xml (2)
System\Xml\ByteStack.cs (2)
26_stack = new byte[growthRate]; 39_stack = newstack;
3 references to _stack
System.Private.Xml (3)
System\Xml\ByteStack.cs (3)
37Buffer.BlockCopy(_stack, 0, newstack, 0, _top); 42_stack[_top++] = data; 49return _stack[--_top];