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