20 overrides of Advance
dotnet-svcutil-lib (20)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\AttributeQuery.cs (1)
28
public override XPathNavigator
Advance
()
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\CacheAxisQuery.cs (1)
41
public override XPathNavigator
Advance
()
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\CacheOutputQuery.cs (1)
51
public override XPathNavigator
Advance
()
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\ChildrenQuery.cs (1)
31
public override XPathNavigator
Advance
()
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\ContextQuery.cs (1)
38
public override XPathNavigator
Advance
()
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\DescendantOverDescendantQuery.cs (1)
34
public override XPathNavigator
Advance
()
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\DescendantQuery.cs (1)
30
public override XPathNavigator
Advance
()
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\EmptyQuery.cs (1)
17
public override XPathNavigator
Advance
() { return null; }
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\ExtensionQuery.cs (1)
59
public override XPathNavigator
Advance
()
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\FilterQuery.cs (1)
54
public override XPathNavigator
Advance
()
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\followingquery.cs (1)
30
public override XPathNavigator
Advance
()
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\followingsibling.cs (1)
69
public override XPathNavigator
Advance
()
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\GroupQuery.cs (1)
18
public override XPathNavigator
Advance
()
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\NamespaceQuery.cs (1)
29
public override XPathNavigator
Advance
()
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\precedingquery.cs (1)
47
public override XPathNavigator
Advance
()
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\SortQuery.cs (1)
81
public override XPathNavigator
Advance
()
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\UnionExpr.cs (1)
88
public override XPathNavigator
Advance
()
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\ValueQuery.cs (1)
24
public sealed override XPathNavigator
Advance
() { throw XPathException.Create(ResXml.Xp_NodeSetExpected); }
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XmlIteratorQuery.cs (1)
33
public override XPathNavigator
Advance
()
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathSelfQuery.cs (1)
17
public override XPathNavigator
Advance
()
40 references to Advance
dotnet-svcutil-lib (40)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\AttributeQuery.cs (1)
34
currentNode = qyInput.
Advance
();
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\BooleanFunctions.cs (1)
64
if (result is XPathNodeIterator) return _arg.
Advance
() != null;
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\CacheChildrenQuery.cs (1)
148
result = qyInput.
Advance
();
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\ChildrenQuery.cs (1)
35
XPathNavigator input = qyInput.
Advance
();
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\DescendantOverDescendantQuery.cs (1)
40
currentNode = qyInput.
Advance
();
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\DescendantQuery.cs (1)
37
XPathNavigator nav = qyInput.
Advance
();
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\DocumentOrderQuery.cs (1)
22
while ((node = base.input.
Advance
()) != null)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\FilterQuery.cs (3)
56
while ((currentNode = qyInput.
Advance
()) != null)
70
if (value is XPathNodeIterator) return _cond.
Advance
() != null;
141
return (_cond.
Advance
() != null) ? context : null;
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\followingquery.cs (2)
34
_input = qyInput.
Advance
();
44
_input = qyInput.
Advance
();
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\followingsibling.cs (2)
60
input = qyInput.
Advance
();
98
_nextInput = qyInput.
Advance
();
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\ForwardPositionQuery.cs (1)
25
while ((node = base.input.
Advance
()) != null)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\GroupQuery.cs (1)
20
currentNode = qyInput.
Advance
();
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\IDQuery.cs (1)
28
while ((temp = input.
Advance
()) != null)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\LogicalExpr.cs (1)
421
_current = _opnd.
Advance
();
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\MergeFilterQuery.cs (2)
37
while (input.
Advance
() != null)
41
while ((node = _child.
Advance
()) != null)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\NamespaceQuery.cs (1)
35
currentNode = qyInput.
Advance
();
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\NodeFunctions.cs (3)
43
return _arg.
Advance
();
83
while ((nav = _arg.
Advance
()) != null)
93
while (_arg.
Advance
() != null)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\NumberFunctions.cs (2)
72
XPathNavigator value = _arg.
Advance
();
95
while ((nav = _arg.
Advance
()) != null)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\ParentQuery.cs (1)
25
while ((input = qyInput.
Advance
()) != null)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\precedingquery.cs (3)
53
XPathNavigator input = qyInput.
Advance
();
62
} while ((input = qyInput.
Advance
()) != null);
89
Debug.Assert(qyInput.
Advance
() == null, "we read all qyInput.Advance() already");
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\precedingsibling.cs (1)
53
while ((currentNode = qyInput.
Advance
()) != null)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\Query.cs (2)
39
public override bool MoveNext() { return
Advance
() != null; }
213
while ((curr = query.
Advance
()) != null)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\SortQuery.cs (1)
58
while ((eNext = _qyInput.
Advance
()) != null)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\StringFunctions.cs (1)
85
XPathNavigator value = _argList[0].
Advance
();
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\UnionExpr.cs (2)
94
res1 = qy1.
Advance
();
102
res2 = qy2.
Advance
();
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathAncestorQuery.cs (1)
32
while ((input = qyInput.
Advance
()) != null)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathSelectionIterator.cs (1)
42
XPathNavigator n = _query.
Advance
();
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathSelfQuery.cs (1)
19
while ((currentNode = qyInput.
Advance
()) != null)