6 references to Name
System.Private.Xml (6)
System\Xml\XPath\Internal\ChildrenQuery.cs (2)
37_iterator = new IteratorFilter(input.SelectChildren(TypeTest), Name); 41_iterator = input.SelectChildren(Name, Namespace!);
System\Xml\XPath\Internal\DescendantQuery.cs (2)
43_nodeIterator = new IteratorFilter(nav.SelectDescendants(TypeTest, matchSelf), Name); 47_nodeIterator = nav.SelectDescendants(Name, Namespace!, matchSelf);
System\Xml\XPath\Internal\FollowingQuery.cs (1)
69_iterator = _input.SelectDescendants(Name, Namespace!, matchSelf);
System\Xml\XPath\Internal\NamespaceQuery.cs (1)
68return Name.Equals(e.LocalName);