5 writes to currentDepth
System.Xml (5)
System\Xml\Schema\Asttree.cs (5)
260this.currentDepth = -1; 265this.currentDepth = -1; // context depth is 0 -- enforce moveToChild for the context node 282this.currentDepth ++; 310this.currentDepth --; 318this.currentDepth -- ;
5 references to currentDepth
System.Xml (5)
System\Xml\Schema\Asttree.cs (5)
253get { return this.currentDepth; } 296if (stack.MoveToChild (localname, URN, this.currentDepth)) { 308if (this.currentDepth == 0) { // leave context node 316((AxisStack)axisStack[i]).MoveToParent (localname, URN, this.currentDepth); 329if (((AxisStack)axisStack[i]).MoveToAttribute(localname, URN, this.currentDepth + 1)) { // don't change depth for attribute, but depth is add 1