Base:
method
Advance
MS.Internal.Xml.XPath.Query.Advance()
3 references to Advance
System.Private.Xml (3)
System\Xml\XPath\Internal\IdQuery.cs (1)
62while ((result = Advance()) != null)
System\Xml\XPath\Internal\MergeFilterQuery.cs (2)
59XPathNavigator? result = Advance(); 67result = Advance();