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