2 writes to matchSelf
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathAxisIterator.cs (2)
26
this.
matchSelf
= matchSelf;
50
this.
matchSelf
= it.matchSelf;
3 references to matchSelf
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathAncestorIterator.cs (1)
24
if (
matchSelf
&& Matches)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathAxisIterator.cs (1)
50
this.matchSelf = it.
matchSelf
;
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathDescendantIterator.cs (1)
31
if (
matchSelf
&& Matches)