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