4 references to CurrentDepth
System.Private.Xml (4)
System\Xml\Schema\Asttree.cs (2)
341if (stack.Subtree.IsDss || (this.CurrentDepth == 0)) 347if (this.CurrentDepth == 0) continue;
System\Xml\Schema\ConstraintStruct.cs (2)
99if (_KSpointer > 0 && this.CurrentDepth == lastDepth) 137kss.depth = this.CurrentDepth - 1;