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