5 writes to curDepth
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\schema\AstTree.cs (5)
40this.rootDepth = this.curDepth = depth; 46this.rootDepth = this.curDepth = depth; 65this.rootDepth = this.curDepth = -1; 71this.curDepth--; 133this.curDepth++;
4 references to curDepth
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\schema\AstTree.cs (4)
55if (depth == this.curDepth - 1) 80else if (depth == this.curDepth) 111if (this.curDepth == -1) 115else if (depth > this.curDepth)