2 writes to matchSelf
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\DescendantBaseQuery.cs (2)
19this.matchSelf = matchSelf; 24this.matchSelf = other.matchSelf;
7 references to matchSelf
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\DescendantBaseQuery.cs (3)
24this.matchSelf = other.matchSelf; 39if (matchSelf) 63if (matchSelf)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\DescendantOverDescendantQuery.cs (1)
46if (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);