13 references to RootIndex
System.ServiceModel (13)
System\ServiceModel\Dispatcher\SeekableMessageNavigator.cs (13)
38
const int EnvelopeIndex =
RootIndex
+ 1;
79
BlankDom[
RootIndex
].type = XPathNodeType.Root;
80
BlankDom[
RootIndex
].firstChild = EnvelopeIndex;
81
BlankDom[
RootIndex
].prefix = string.Empty;
82
BlankDom[
RootIndex
].name = string.Empty;
83
BlankDom[
RootIndex
].val = string.Empty;
90
BlankDom[EnvelopeIndex].parent =
RootIndex
;
106
BlankDom[XmlNSIndex].parent =
RootIndex
; // This one needs to be connected a little different
784
if (this.location ==
RootIndex
|| this.dom.nodes[this.location].type == XPathNodeType.Element)
975
if (this.location ==
RootIndex
)
1021
this.location =
RootIndex
;
1124
this.dom.Atomize(
RootIndex
, this.nextFreeIndex);
1149
this.location =
RootIndex
;