2 writes to matchSelf
System.Private.Xml (2)
System\Xml\XPath\Internal\DescendantBaseQuery.cs (2)
17
this.
matchSelf
= matchSelf;
22
this.
matchSelf
= other.matchSelf;
6 references to matchSelf
System.Private.Xml (6)
System\Xml\XPath\Internal\DescendantBaseQuery.cs (2)
22
this.matchSelf = other.
matchSelf
;
37
if (
matchSelf
)
System\Xml\XPath\Internal\DescendantoverDescendantQuery.cs (1)
43
if (
matchSelf
&& matches(currentNode))
System\Xml\XPath\Internal\DescendantQuery.cs (3)
43
_nodeIterator = new IteratorFilter(nav.SelectDescendants(TypeTest,
matchSelf
), Name);
47
_nodeIterator = nav.SelectDescendants(Name, Namespace!,
matchSelf
);
52
_nodeIterator = nav.SelectDescendants(TypeTest,
matchSelf
);