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