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