2 writes to matchSelf
System.Private.Xml (2)
System\Xml\XPath\Internal\XPathAxisIterator.cs (2)
22this.matchSelf = matchSelf; 46this.matchSelf = it.matchSelf;
3 references to matchSelf
System.Private.Xml (3)
System\Xml\XPath\Internal\XPathAncestorIterator.cs (1)
19if (matchSelf && Matches)
System\Xml\XPath\Internal\XPathAxisIterator.cs (1)
46this.matchSelf = it.matchSelf;
System\Xml\XPath\Internal\XPathDescendantIterator.cs (1)
36if (matchSelf && Matches)