3 overrides of GetLocalName
System.ServiceModel (3)
System\ServiceModel\Dispatcher\QuerySafeNavigator.cs (2)
338
public override string
GetLocalName
(long nodePosition)
741
public override string
GetLocalName
(long nodePosition)
System\ServiceModel\Dispatcher\SeekableMessageNavigator.cs (1)
470
public override string
GetLocalName
(long pos)
2 references to GetLocalName
System.ServiceModel (2)
System\ServiceModel\Dispatcher\QueryNode.cs (1)
47
return this.node.
GetLocalName
(this.nodePosition);
System\ServiceModel\Dispatcher\QuerySafeNavigator.cs (1)
340
return this.navigator.
GetLocalName
(nodePosition);