2 writes to matchSelf
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\DescendantBaseQuery.cs (2)
19
this.
matchSelf
= matchSelf;
24
this.
matchSelf
= other.matchSelf;
7 references to matchSelf
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\DescendantBaseQuery.cs (3)
24
this.matchSelf = other.
matchSelf
;
39
if (
matchSelf
)
63
if (
matchSelf
)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\DescendantOverDescendantQuery.cs (1)
46
if (
matchSelf
&& matches(currentNode))
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\DescendantQuery.cs (3)
46
_nodeIterator = new IteratorFilter(nav.SelectDescendants(TypeTest,
matchSelf
), Name);
50
_nodeIterator = nav.SelectDescendants(Name, Namespace,
matchSelf
);
55
_nodeIterator = nav.SelectDescendants(TypeTest,
matchSelf
);