2 writes to stackPos
System.Xml (2)
System\Xml\BitStack.cs (2)
94this.bitStack[this.stackPos++] = this.curr; 112this.curr = this.bitStack[--this.stackPos];
2 references to stackPos
System.Xml (2)
System\Xml\BitStack.cs (2)
99if (this.stackPos >= len) { 111if (this.stackPos > 0)