3 overrides of GetValue
System.ServiceModel (3)
System\ServiceModel\Dispatcher\QuerySafeNavigator.cs (2)
358
public override string
GetValue
(long nodePosition)
761
public override string
GetValue
(long nodePosition)
System\ServiceModel\Dispatcher\SeekableMessageNavigator.cs (1)
532
public override string
GetValue
(long pos)
2 references to GetValue
System.ServiceModel (2)
System\ServiceModel\Dispatcher\QueryNode.cs (1)
111
return this.node.
GetValue
(this.nodePosition);
System\ServiceModel\Dispatcher\QuerySafeNavigator.cs (1)
360
return this.navigator.
GetValue
(nodePosition);