8 references to Attribute
System.Private.Xml (8)
System\Xml\Schema\Asttree.cs (1)
533return ((ast.TypeOfAxis == Axis.AxisType.Attribute) && (ast.NodeType == XPathNodeType.Attribute));
System\Xml\XPath\Internal\QueryBuilder.cs (1)
184case Axis.AxisType.Attribute:
System\Xml\XPath\Internal\XPathParser.cs (6)
372axisType = Axis.AxisType.Attribute; 381axisType == Axis.AxisType.Attribute ? XPathNodeType.Attribute : 715axisType = Axis.AxisType.Attribute; 720if (axisType != Axis.AxisType.Child && axisType != Axis.AxisType.Attribute) 728axisType == Axis.AxisType.Attribute ? XPathNodeType.Attribute : 851table.Add("attribute", Axis.AxisType.Attribute);