7 writes to firstChild
System.ServiceModel (7)
System\ServiceModel\Dispatcher\SeekableMessageNavigator.cs (7)
80
BlankDom[RootIndex].
firstChild
= EnvelopeIndex;
91
BlankDom[EnvelopeIndex].
firstChild
= HeaderIndex;
1180
this.nodes[HeaderIndex].
firstChild
= this.bodyIndex != FirstHeaderIndex ? FirstHeaderIndex : NullIndex;
1196
this.nodes[i].
firstChild
= -1;
1210
this.nodes[bodyIndex].
firstChild
= -1; // Need to load
1237
this.nodes[parent].
firstChild
= child;
1828
this.nodes[elem].
firstChild
= 0;
8 references to firstChild
System.ServiceModel (8)
System\ServiceModel\Dispatcher\SeekableMessageNavigator.cs (8)
219
return this.dom.nodes[this.location].
firstChild
!= NullIndex;
746
this.location = this.dom.nodes[p].
firstChild
;
788
int n = this.dom.nodes[this.location].
firstChild
;
1234
if (this.nodes[parent].
firstChild
== NullIndex)
1243
AddSibling(this.nodes[parent].
firstChild
, child);
1622
int n = this.nodes[elem].
firstChild
;
1710
n = this.nodes[n].
firstChild
;
1825
if (this.nodes[elem].
firstChild
== -1)