1 write to axisStack
System.Xml (1)
System\Xml\Schema\Asttree.cs (1)
267this.axisStack = new ArrayList(axisTree.SubtreeArray.Count); // defined length
7 references to axisStack
System.Xml (7)
System\Xml\Schema\Asttree.cs (7)
271axisStack.Add (stack); 284for (int i = 0; i < this.axisStack.Count; ++i) { 285AxisStack stack = (AxisStack)this.axisStack[i]; 315for (int i = 0; i < this.axisStack.Count; ++i) { 316((AxisStack)axisStack[i]).MoveToParent (localname, URN, this.currentDepth); 328for (int i = 0; i < this.axisStack.Count; ++i) { 329if (((AxisStack)axisStack[i]).MoveToAttribute(localname, URN, this.currentDepth + 1)) { // don't change depth for attribute, but depth is add 1