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)
65
while ((result =
Advance
()) != null)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\MergeFilterQuery.cs (2)
62
XPathNavigator result =
Advance
();
69
result =
Advance
();