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