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