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)
68
return
Name
.Equals(e.LocalName);