17 writes to location
System.ServiceModel (17)
System\ServiceModel\Dispatcher\SeekableMessageNavigator.cs (17)
126this.location = nav.location; 198this.location = p.elem; 674this.location = nav.location; 714this.location = n; 746this.location = this.dom.nodes[p].firstChild; 772this.location = n; 794this.location = n; 830this.location = n; 887this.location = n; 922this.location = n; 943this.location = n; 965this.location = n; 985this.location = this.specialParent; 990this.location = this.dom.nodes[this.location].parent; 1011this.location = n; 1021this.location = RootIndex; 1149this.location = RootIndex;
51 references to location
System.ServiceModel (51)
System\ServiceModel\Dispatcher\SeekableMessageNavigator.cs (51)
126this.location = nav.location; 148string s = this.dom.nodes[this.location].baseUri; 163p += this.location; 209return this.dom.nodes[this.location].firstAttribute != NullIndex; 219return this.dom.nodes[this.location].firstChild != NullIndex; 231return this.dom.nodes[this.location].empty; 240string s = this.dom.nodes[this.location].name; 259return GetName(this.location); 268string s = this.dom.nodes[this.location].ns; 292return this.dom.nodes[this.location].type; 302string s = this.dom.nodes[this.location].prefix; 312return this.dom.GetValue(this.location); 322string s = this.dom.nodes[this.location].xmlLang; 382return this.dom.ComparePosition(this.specialParent, this.location, nav.specialParent, nav.location); 453a = this.dom.nodes[this.location].firstAttribute; 506ns = this.dom.nodes[this.location].firstNamespace; 569XPathNodeType type = this.dom.nodes[nav.location].type; 576type = this.dom.nodes[this.location].type; 583int n = nav.location; 589if (n == this.location) 622return this.dom == nav.dom && this.location == nav.location && this.specialParent == nav.specialParent; 674this.location = nav.location; 700if (this.dom.nodes[this.location].type != XPathNodeType.Element) 707int n = this.dom.nodes[this.location].firstAttribute; 733XPathNodeType t = this.dom.nodes[this.location].type; 738int p = this.dom.nodes[this.location].parent; 759if (this.dom.nodes[this.location].type != XPathNodeType.Element) 766int n = this.dom.nodes[this.location].firstAttribute; 784if (this.location == RootIndex || this.dom.nodes[this.location].type == XPathNodeType.Element) 788int n = this.dom.nodes[this.location].firstChild; 805if (this.dom.nodes[this.location].type != XPathNodeType.Element) 822int n = FindNamespace(this.location, this.dom.nodes[this.location].firstNamespace, scope); 828this.specialParent = this.location; 852if (this.dom.nodes[this.location].type != XPathNodeType.Element) 871int n = this.dom.nodes[this.location].firstNamespace; 886this.specialParent = this.location; 911XPathNodeType type = this.dom.nodes[this.location].type; 918int n = this.dom.nodes[this.location].nextSibling; 933if (this.dom.nodes[this.location].type != XPathNodeType.Attribute) 939int n = this.dom.nodes[this.location].nextSibling; 954if (this.dom.nodes[this.location].type != XPathNodeType.Namespace) 960int n = FindNamespace(this.specialParent, this.dom.nodes[this.location].nextSibling, scope); 975if (this.location == RootIndex) 990this.location = this.dom.nodes[this.location].parent; 1001XPathNodeType t = this.dom.nodes[this.location].type; 1004n = this.dom.nodes[this.location].prevSibling; 1809this.dom.LoadOnDemand(this.location);