2 writes to matchSelf
System.Xml (2)
System\Xml\XPath\Internal\DescendantBaseQuery.cs (2)
19
this.
matchSelf
= matchSelf;
23
this.
matchSelf
= other.matchSelf;
7 references to matchSelf
System.Xml (7)
System\Xml\XPath\Internal\DescendantBaseQuery.cs (3)
23
this.matchSelf = other.
matchSelf
;
34
if (
matchSelf
) {
53
if (
matchSelf
) {
System\Xml\XPath\Internal\DescendantoverDescendantQuery.cs (1)
40
if (
matchSelf
&& matches(currentNode)) {
System\Xml\XPath\Internal\DescendantQuery.cs (3)
39
nodeIterator = new IteratorFilter(nav.SelectDescendants(TypeTest,
matchSelf
), Name);
41
nodeIterator = nav.SelectDescendants(Name, Namespace,
matchSelf
);
44
nodeIterator = nav.SelectDescendants(TypeTest,
matchSelf
);