12 references to Name
dotnet-svcutil-lib (12)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\baseaxisquery.cs (2)
145w.WriteAttributeString("name", Prefix.Length != 0 ? Prefix + ':' + Name : Name);
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\ChildrenQuery.cs (2)
44_iterator = new IteratorFilter(input.SelectChildren(TypeTest), Name); 48_iterator = input.SelectChildren(Name, Namespace);
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\DescendantBaseQuery.cs (2)
69w.WriteAttributeString("name", Prefix.Length != 0 ? Prefix + ':' + Name : Name);
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\DescendantQuery.cs (2)
46_nodeIterator = new IteratorFilter(nav.SelectDescendants(TypeTest, matchSelf), Name); 50_nodeIterator = nav.SelectDescendants(Name, Namespace, matchSelf);
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\followingquery.cs (1)
72_iterator = _input.SelectDescendants(Name, Namespace, matchSelf);
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\NamespaceQuery.cs (1)
72return Name.Equals(e.LocalName);
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathAncestorQuery.cs (2)
77w.WriteAttributeString("name", Prefix.Length != 0 ? Prefix + ':' + Name : Name);