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