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)
37
Buffer.BlockCopy(
_stack
, 0, newstack, 0, _top);
42
_stack
[_top++] = data;
49
return
_stack
[--_top];