13 writes to depth
System.Xml (13)
System\Xml\XPath\XPathNavigatorReader.cs (13)
114
this.
depth
= 0;
332
this.
depth
= depth;
586
depth
--;
589
depth
++;
662
this.
depth
--;
664
this.
depth
--;
719
this.
depth
++;
865
this.
depth
++;
890
depth
--;
905
this.
depth
--;
907
this.
depth
--;
925
this.
depth
= 0;
935
this.
depth
= 0;
8 references to depth
System.Xml (8)
System\Xml\XPath\XPathNavigatorReader.cs (8)
306
depth = this.
depth
;
311
depth = this.
depth
- 1;
316
depth = this.
depth
- 2;
324
depth = this.
depth
;
489
int depth = this.
depth
;
831
get { return this.
depth
; }
878
if ( 0 ==
depth
&& !this.readEntireDocument ) {
886
else if (
depth
> 0 && this.nav.MoveToParent() ) {