1 write to parent
System.ServiceModel (1)
System\ServiceModel\Dispatcher\SeekableMessageNavigator.cs (1)
2164this.parent = p;
10 references to parent
System.ServiceModel (10)
System\ServiceModel\Dispatcher\SeekableMessageNavigator.cs (10)
171if (p.parent != NullIndex) 182int n = this.dom.nodes[p.parent].firstNamespace; 199this.specialParent = p.parent; 390return this.dom.ComparePosition(p1.parent, p1.elem, p2.parent, p2.elem); 1456if (p.parent == NullIndex) 1462if (p.parent > NullIndex && p.parent < this.nextFreeIndex && this.nodes[p.parent].type == XPathNodeType.Element && this.nodes[p.elem].type == XPathNodeType.Namespace) 1466int par = p.parent;