8 references to Attribute
dotnet-svcutil-lib (8)
FrameworkFork\Microsoft.Xml\Xml\schema\AstTree.cs (1)
552return ((ast.TypeOfAxis == Axis.AxisType.Attribute) && (ast.NodeType == XPathNodeType.Attribute));
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\querybuilder.cs (1)
186case Axis.AxisType.Attribute:
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathParser.cs (6)
381axisType = Axis.AxisType.Attribute; 390axisType == Axis.AxisType.Attribute ? XPathNodeType.Attribute : 728axisType = Axis.AxisType.Attribute; 733if (axisType != Axis.AxisType.Child && axisType != Axis.AxisType.Attribute) 741axisType == Axis.AxisType.Attribute ? XPathNodeType.Attribute : 864table.Add("attribute", Axis.AxisType.Attribute);