10 writes to parent
System.ServiceModel (10)
System\ServiceModel\Dispatcher\SeekableMessageNavigator.cs (10)
90
BlankDom[EnvelopeIndex].
parent
= RootIndex;
99
BlankDom[SoapNSIndex].
parent
= EnvelopeIndex;
106
BlankDom[XmlNSIndex].
parent
= RootIndex; // This one needs to be connected a little different
113
BlankDom[HeaderIndex].
parent
= EnvelopeIndex;
1188
this.nodes[i].
parent
= HeaderIndex;
1207
this.nodes[bodyIndex].
parent
= EnvelopeIndex;
1224
this.nodes[attr].
parent
= node;
1238
this.nodes[child].
parent
= parent;
1252
this.nodes[ns].
parent
= node;
1267
this.nodes[node2].
parent
= this.nodes[i].parent;
11 references to parent
System.ServiceModel (11)
System\ServiceModel\Dispatcher\SeekableMessageNavigator.cs (11)
587
n = this.dom.nodes[n].
parent
;
738
int p = this.dom.nodes[this.location].
parent
;
990
this.location = this.dom.nodes[this.location].
parent
;
1267
this.nodes[node2].parent = this.nodes[i].
parent
;
1354
thisNode = this.nodes[loc1].
parent
;
1372
thatNode = this.nodes[loc2].
parent
;
1428
thisP = this.nodes[thisP].
parent
;
1434
thatP = this.nodes[thatP].
parent
;
1465
int n = this.nodes[p.elem].
parent
;
1475
par = this.nodes[par].
parent
;
1539
if (this.dom.nodes[ns].
parent
!= parent)