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