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