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