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