11 overrides of MatchNode
dotnet-svcutil-lib (11)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\AttributeQuery.cs (1)
60
public override XPathNavigator
MatchNode
(XPathNavigator context)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\ChildrenQuery.cs (1)
62
public sealed override XPathNavigator
MatchNode
(XPathNavigator context)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\ContextQuery.cs (1)
48
public override XPathNavigator
MatchNode
(XPathNavigator current)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\DescendantBaseQuery.cs (1)
28
public override XPathNavigator
MatchNode
(XPathNavigator context)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\DocumentOrderQuery.cs (1)
30
public override XPathNavigator
MatchNode
(XPathNavigator context)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\FilterQuery.cs (1)
78
public override XPathNavigator
MatchNode
(XPathNavigator current)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\ForwardPositionQuery.cs (1)
33
public override XPathNavigator
MatchNode
(XPathNavigator context)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\FunctionQuery.cs (1)
92
public override XPathNavigator
MatchNode
(XPathNavigator navigator)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\IDQuery.cs (1)
61
public override XPathNavigator
MatchNode
(XPathNavigator context)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\MergeFilterQuery.cs (1)
49
public override XPathNavigator
MatchNode
(XPathNavigator current)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\UnionExpr.cs (1)
144
public override XPathNavigator
MatchNode
(XPathNavigator xsltContext)
12 references to MatchNode
dotnet-svcutil-lib (12)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\AttributeQuery.cs (1)
69
return qyInput.
MatchNode
(temp);
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\ChildrenQuery.cs (1)
71
return qyInput.
MatchNode
(temp);
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\DescendantBaseQuery.cs (2)
41
if ((result = qyInput.
MatchNode
(context)) != null)
50
if ((result = qyInput.
MatchNode
(anc)) != null)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\DocumentOrderQuery.cs (1)
32
return input.
MatchNode
(context);
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\FilterQuery.cs (1)
85
context = qyInput.
MatchNode
(current);
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\ForwardPositionQuery.cs (1)
35
return input.
MatchNode
(context);
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\MergeFilterQuery.cs (2)
51
XPathNavigator context = _child.
MatchNode
(current);
56
context = input.
MatchNode
(context);
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\UnionExpr.cs (2)
148
XPathNavigator result = qy1.
MatchNode
(xsltContext);
153
return qy2.
MatchNode
(xsltContext);
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathNavigator.cs (1)
1278
return query.
MatchNode
(this) != null;