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