7 writes to nextSibling
System.ServiceModel (7)
System\ServiceModel\Dispatcher\SeekableMessageNavigator.cs (7)
98
BlankDom[SoapNSIndex].
nextSibling
= XmlNSIndex;
1179
this.nodes[HeaderIndex].
nextSibling
= bodyIndex;
1189
this.nodes[i].
nextSibling
= i + 1;
1199
this.nodes[this.bodyIndex - 1].
nextSibling
= NullIndex;
1225
this.nodes[attr].
nextSibling
= this.nodes[node].firstAttribute;
1253
this.nodes[ns].
nextSibling
= this.nodes[node].firstNamespace;
1265
this.nodes[i].
nextSibling
= node2;
13 references to nextSibling
System.ServiceModel (13)
System\ServiceModel\Dispatcher\SeekableMessageNavigator.cs (13)
194
n = this.dom.nodes[n].
nextSibling
;
463
a = this.dom.nodes[a].
nextSibling
;
519
ns = this.dom.nodes[ns].
nextSibling
;
721
n = this.dom.nodes[n].
nextSibling
;
894
n = this.dom.nodes[n].
nextSibling
;
918
int n = this.dom.nodes[this.location].
nextSibling
;
939
int n = this.dom.nodes[this.location].
nextSibling
;
960
int n = FindNamespace(this.specialParent, this.dom.nodes[this.location].
nextSibling
, scope);
1503
ns = this.dom.nodes[ns].
nextSibling
;
1528
ns = this.dom.nodes[ns].
nextSibling
;
1627
n = this.nodes[n].
nextSibling
;
1725
while (this.nodes[n].
nextSibling
!= NullIndex)
1727
n = this.nodes[n].
nextSibling
;