4 references to CurrentDepth
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\schema\AstTree.cs (2)
340
if (stack.Subtree.IsDss || (this.
CurrentDepth
== 0))
346
if (this.
CurrentDepth
== 0) continue;
FrameworkFork\Microsoft.Xml\Xml\schema\ConstraintStruct.cs (2)
102
if (_KSpointer > 0 && this.
CurrentDepth
== lastDepth)
140
kss.depth = this.
CurrentDepth
- 1;