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