2 writes to matchSelf
System.Xml (2)
System\Xml\XPath\Internal\XPathAxisIterator.cs (2)
26this.matchSelf = matchSelf; 47this.matchSelf = it.matchSelf;
3 references to matchSelf
System.Xml (3)
System\Xml\XPath\Internal\XPathAncestorIterator.cs (1)
23if(matchSelf && Matches) {
System\Xml\XPath\Internal\XPathAxisIterator.cs (1)
47this.matchSelf = it.matchSelf;
System\Xml\XPath\Internal\XPathDescendantIterator.cs (1)
28if (matchSelf && Matches) {