8 writes to specialParent
System.ServiceModel (8)
System\ServiceModel\Dispatcher\SeekableMessageNavigator.cs (8)
127this.specialParent = nav.specialParent; 199this.specialParent = p.parent; 675this.specialParent = nav.specialParent; 828this.specialParent = this.location; 886this.specialParent = this.location; 986this.specialParent = NullIndex; 1022this.specialParent = NullIndex; 1150this.specialParent = NullIndex;
12 references to specialParent
System.ServiceModel (12)
System\ServiceModel\Dispatcher\SeekableMessageNavigator.cs (12)
127this.specialParent = nav.specialParent; 128if (this.specialParent != NullIndex) 161long p = this.specialParent; 382return this.dom.ComparePosition(this.specialParent, this.location, nav.specialParent, nav.location); 622return this.dom == nav.dom && this.location == nav.location && this.specialParent == nav.specialParent; 675this.specialParent = nav.specialParent; 676if (this.specialParent != NullIndex) 960int n = FindNamespace(this.specialParent, this.dom.nodes[this.location].nextSibling, scope); 982if (this.specialParent != NullIndex) 985this.location = this.specialParent;