2 writes to matchSelf
System.Private.Xml (2)
System\Xml\XPath\Internal\DescendantBaseQuery.cs (2)
17this.matchSelf = matchSelf; 22this.matchSelf = other.matchSelf;
6 references to matchSelf
System.Private.Xml (6)
System\Xml\XPath\Internal\DescendantBaseQuery.cs (2)
22this.matchSelf = other.matchSelf; 37if (matchSelf)
System\Xml\XPath\Internal\DescendantoverDescendantQuery.cs (1)
43if (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);