6 overrides of CurrentPosition
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\Cache\XPathDocumentIterator.cs (1)
48
public override int
CurrentPosition
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentXPathNavigator.cs (2)
2198
public override int
CurrentPosition
{ get { return 0; } }
2229
public override int
CurrentPosition
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\IteratorFilter.cs (1)
34
public override int
CurrentPosition
{ get { return _position; } }
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\ResetableIterator.cs (1)
45
public abstract override int
CurrentPosition
{ get; }
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathAxisIterator.cs (1)
59
public override int
CurrentPosition
3 references to CurrentPosition
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\NodeFunctions.cs (1)
53
return (double)context.
CurrentPosition
;
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathNodeIterator.cs (2)
34
count = clone.
CurrentPosition
;
119
sb.Append(_nodeIterator.
CurrentPosition
);