1 write to bodyIndex
System.ServiceModel (1)
System\ServiceModel\Dispatcher\SeekableMessageNavigator.cs (1)
1168this.bodyIndex = minSize - 1;
17 references to bodyIndex
System.ServiceModel (17)
System\ServiceModel\Dispatcher\SeekableMessageNavigator.cs (17)
1179this.nodes[HeaderIndex].nextSibling = bodyIndex; 1180this.nodes[HeaderIndex].firstChild = this.bodyIndex != FirstHeaderIndex ? FirstHeaderIndex : NullIndex; 1199this.nodes[this.bodyIndex - 1].nextSibling = NullIndex; 1203this.nodes[bodyIndex].type = XPathNodeType.Element; 1204this.nodes[bodyIndex].prefix = SoapP; 1205this.nodes[bodyIndex].ns = soapNS; 1206this.nodes[bodyIndex].name = BodyTag; 1207this.nodes[bodyIndex].parent = EnvelopeIndex; 1208this.nodes[bodyIndex].prevSibling = HeaderIndex; 1209this.nodes[bodyIndex].firstNamespace = SoapNSIndex; 1210this.nodes[bodyIndex].firstChild = -1; // Need to load 1426while (thisP > this.bodyIndex) 1432while (thatP > this.bodyIndex) 1749ReadChildNodes(reader, this.bodyIndex, SoapNSIndex); 1819if (elem > this.bodyIndex || elem < FirstHeaderIndex) 1831if (elem == this.bodyIndex) 1848else if (elem == this.bodyIndex && !this.includeBody)