1 override of matches
System.Xml (1)
System\Xml\XPath\Internal\NamespaceQuery.cs (1)
51public override bool matches(XPathNavigator e) {
16 references to matches
System.Xml (16)
System\Xml\XPath\Internal\AttributeQuery.cs (2)
43if (matches(currentNode)) { 53if (context.NodeType == XPathNodeType.Attribute && matches(context)) {
System\Xml\XPath\Internal\CacheChildrenQuery.cs (1)
93if (matches(currentNode)) {
System\Xml\XPath\Internal\ChildrenQuery.cs (1)
54if (matches(context)) {
System\Xml\XPath\Internal\DescendantBaseQuery.cs (1)
33if (matches(context)) {
System\Xml\XPath\Internal\DescendantoverDescendantQuery.cs (2)
40if (matchSelf && matches(currentNode)) { 54if (matches(currentNode)) {
System\Xml\XPath\Internal\FilterQuery.cs (2)
90if (childrenQuery.matches(result)) { 106if (attributeQuery.matches(result)) {
System\Xml\XPath\Internal\FollowingSibling.cs (1)
88 if (matches(currentNode)) {
System\Xml\XPath\Internal\ParentQuery.cs (1)
30if (matches(input)) {
System\Xml\XPath\Internal\PrecedingQuery.cs (1)
82if (matches(currentNode)) {
System\Xml\XPath\Internal\PrecedingSibling.cs (1)
65if (matches(prev)) {
System\Xml\XPath\Internal\XPathAncestorQuery.cs (2)
32if (matches(input)) { 43if (matches(ancestor)) {
System\Xml\XPath\Internal\XPathSelfQuery.cs (1)
20if (matches(currentNode)) {