7 overrides of CurrentPosition
System.ServiceModel (1)
System\ServiceModel\Dispatcher\QueryNode.cs (1)
1084public override int CurrentPosition
System.Xml (6)
System\Xml\Cache\XPathDocumentIterator.cs (1)
46public override int CurrentPosition {
System\Xml\Dom\DocumentXPathNavigator.cs (2)
1810public override int CurrentPosition { get { return 0; } } 1837public override int CurrentPosition {
System\Xml\XPath\Internal\IteratorFilter.cs (1)
33public override int CurrentPosition { get { return this.position; } }
System\Xml\XPath\Internal\ResetableIterator.cs (1)
40public abstract override int CurrentPosition { get; }
System\Xml\XPath\Internal\XPathAxisIterator.cs (1)
55public override int CurrentPosition {
5 references to CurrentPosition
System.ServiceModel (2)
System\ServiceModel\Dispatcher\QueryModel.cs (2)
628else if (iterator.CurrentPosition == 0) 633else if (iterator.CurrentPosition == 1)
System.Xml (3)
System\Xml\XPath\Internal\NodeFunctions.cs (1)
47return (double)context.CurrentPosition;
System\Xml\XPath\XPathNodeIterator.cs (2)
29count = clone.CurrentPosition; 101sb.Append(nodeIterator.CurrentPosition);