2 writes to _stackPos
System.Private.Xml (2)
System\Xml\BitStack.cs (2)
87_bitStack[_stackPos++] = _curr; 107_curr = _bitStack![--_stackPos];
2 references to _stackPos
System.Private.Xml (2)
System\Xml\BitStack.cs (2)
92if (_stackPos >= len) 106if (_stackPos > 0)