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