1 write to elem
System.ServiceModel (1)
System\ServiceModel\Dispatcher\SeekableMessageNavigator.cs (1)
2163
this.
elem
= e;
13 references to elem
System.ServiceModel (13)
System\ServiceModel\Dispatcher\SeekableMessageNavigator.cs (13)
184
while (n != p.
elem
)
198
this.location = p.
elem
;
390
return this.dom.ComparePosition(p1.parent, p1.
elem
, p2.parent, p2.
elem
);
472
string s = this.dom.nodes[this.dom.DecodePosition(pos).
elem
].name;
479
return GetName(this.dom.DecodePosition(pos).
elem
);
485
string s = this.dom.nodes[this.dom.DecodePosition(pos).
elem
].ns;
528
return this.dom.nodes[this.dom.DecodePosition(pos).
elem
].type;
534
string s = this.dom.GetValue(this.dom.DecodePosition(pos).
elem
);
1454
if (p.
elem
> NullIndex && p.
elem
< this.nextFreeIndex)
1462
if (p.parent > NullIndex && p.parent < this.nextFreeIndex && this.nodes[p.parent].type == XPathNodeType.Element && this.nodes[p.
elem
].type == XPathNodeType.Namespace)
1465
int n = this.nodes[p.
elem
].parent;