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