Base:
method
Advance
MS.Internal.Xml.XPath.Query.Advance()
3 references to Advance
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\IDQuery.cs (1)
65while ((result = Advance()) != null)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\MergeFilterQuery.cs (2)
62XPathNavigator result = Advance(); 69result = Advance();