23 references to Name
System.Private.Xml (23)
System\Xml\Schema\Asttree.cs (6)
104if (!AxisStack.Equal(this.curNode.Name, this.curNode.Urn, name, URN)) 225if (_subtree.IsDss && Equal(_subtree.RootNode.Name, _subtree.RootNode.Urn, name, URN)) 237if (_subtree.IsDss && Equal(_subtree.RootNode.Name, _subtree.RootNode.Urn, name, URN)) 260if (!Equal(_subtree.TopNode.Name, _subtree.TopNode.Urn, name, URN)) 419: base(axis.TypeOfAxis, inputaxis, axis.Prefix, axis.Name, axis.NodeType) 704else if (axis.Name.Length != 0)
System\Xml\XPath\Internal\QueryBuilder.cs (17)
89result = new DescendantQuery(qyGrandInput, root.Name, root.Prefix, root.NodeType, false, input.AbbrAxis); 116result = new XPathAncestorQuery(qyInput, root.Name, root.Prefix, root.NodeType, false); 120result = new XPathAncestorQuery(qyInput, root.Name, root.Prefix, root.NodeType, true); 126result = new CacheChildrenQuery(qyInput, root.Name, root.Prefix, root.NodeType); 130result = new ChildrenQuery(qyInput, root.Name, root.Prefix, root.NodeType); 134result = new ParentQuery(qyInput, root.Name, root.Prefix, root.NodeType); 139result = new DescendantOverDescendantQuery(qyInput, false, root.Name, root.Prefix, root.NodeType, /*abbrAxis:*/false); 143result = new DescendantQuery(qyInput, root.Name, root.Prefix, root.NodeType, false, /*abbrAxis:*/false); 154result = new DescendantOverDescendantQuery(qyInput, true, root.Name, root.Prefix, root.NodeType, root.AbbrAxis); 158result = new DescendantQuery(qyInput, root.Name, root.Prefix, root.NodeType, true, root.AbbrAxis); 167result = new PrecedingQuery(qyInput, root.Name, root.Prefix, root.NodeType); 171result = new FollowingQuery(qyInput, root.Name, root.Prefix, root.NodeType); 175result = new FollSiblingQuery(qyInput, root.Name, root.Prefix, root.NodeType); 182result = new PreSiblingQuery(qyInput, root.Name, root.Prefix, root.NodeType); 185result = new AttributeQuery(qyInput, root.Name, root.Prefix, root.NodeType); 188result = new XPathSelfQuery(qyInput, root.Name, root.Prefix, root.NodeType); 193result = new NamespaceQuery(qyInput, root.Name, root.Prefix, root.NodeType);