8 references to DecodePosition
System.ServiceModel (8)
System\ServiceModel\Dispatcher\SeekableMessageNavigator.cs (8)
168
Position p = this.dom.
DecodePosition
(value);
388
Position p1 = this.dom.
DecodePosition
(pos1);
389
Position p2 = this.dom.
DecodePosition
(pos2);
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);