5 writes to curDepth
System.Xml (5)
System\Xml\Schema\Asttree.cs (5)
36this.rootDepth = this.curDepth = depth; 41this.rootDepth = this.curDepth = depth; 57this.rootDepth = this.curDepth = -1; 62this.curDepth --; 114this.curDepth ++;
4 references to curDepth
System.Xml (4)
System\Xml\Schema\Asttree.cs (4)
49if ( depth == this.curDepth - 1 ) { 71else if (depth == this.curDepth) { // after matched or [2] failed in matching attribute 96if (this.curDepth == -1) { 99else if (depth > this.curDepth) {