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