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