12 references to SoapNSIndex
System.ServiceModel (12)
System\ServiceModel\Dispatcher\SeekableMessageNavigator.cs (12)
40
const int XmlNSIndex =
SoapNSIndex
+ 1;
92
BlankDom[EnvelopeIndex].firstNamespace =
SoapNSIndex
;
95
BlankDom[
SoapNSIndex
].type = XPathNodeType.Namespace;
96
BlankDom[
SoapNSIndex
].name = SoapP;
98
BlankDom[
SoapNSIndex
].nextSibling = XmlNSIndex;
99
BlankDom[
SoapNSIndex
].parent = EnvelopeIndex;
105
BlankDom[XmlNSIndex].prevSibling =
SoapNSIndex
;
116
BlankDom[HeaderIndex].firstNamespace =
SoapNSIndex
;
1176
this.nodes[
SoapNSIndex
].val = soapNS;
1209
this.nodes[bodyIndex].firstNamespace =
SoapNSIndex
;
1749
ReadChildNodes(reader, this.bodyIndex,
SoapNSIndex
);
1777
this.nodes[self].firstNamespace =
SoapNSIndex
;