4 references to CurrentDepth
System.Xml (4)
System\Xml\Schema\Asttree.cs (2)
288if ( stack.Subtree.IsDss || (this.CurrentDepth == 0)) 294if (this.CurrentDepth == 0) continue;
System\Xml\Schema\ConstraintStruct.cs (2)
95if (KSpointer > 0 && this.CurrentDepth == lastDepth) { 127kss.depth = this.CurrentDepth - 1;