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