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