5 writes to curDepth
System.Private.Xml (5)
System\Xml\Schema\Asttree.cs (5)
37this.rootDepth = this.curDepth = depth; 43this.rootDepth = this.curDepth = depth; 61this.rootDepth = this.curDepth = -1; 67this.curDepth--; 134this.curDepth++;
4 references to curDepth
System.Private.Xml (4)
System\Xml\Schema\Asttree.cs (4)
51if (depth == this.curDepth - 1) 76else if (depth == this.curDepth) 109if (this.curDepth == -1) 113else if (depth > this.curDepth)