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