1 override of matches
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\NamespaceQuery.cs (1)
60
public override bool
matches
(XPathNavigator e)
16 references to matches
dotnet-svcutil-lib (16)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\AttributeQuery.cs (2)
51
if (
matches
(currentNode))
64
if (context.NodeType == XPathNodeType.Attribute &&
matches
(context))
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\CacheChildrenQuery.cs (1)
109
if (
matches
(currentNode))
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\ChildrenQuery.cs (1)
66
if (
matches
(context))
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\DescendantBaseQuery.cs (1)
37
if (
matches
(context))
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\DescendantOverDescendantQuery.cs (2)
46
if (matchSelf &&
matches
(currentNode))
66
if (
matches
(currentNode))
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\FilterQuery.cs (2)
106
if (childrenQuery.
matches
(result))
126
if (attributeQuery.
matches
(result))
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\followingsibling.cs (1)
107
if (
matches
(currentNode))
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\ParentQuery.cs (1)
31
if (
matches
(input))
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\precedingquery.cs (1)
94
if (
matches
(currentNode))
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\precedingsibling.cs (1)
73
if (
matches
(prev))
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathAncestorQuery.cs (2)
36
if (
matches
(input))
51
if (
matches
(ancestor))
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathSelfQuery.cs (1)
21
if (
matches
(currentNode))