7 references to Attribute
System.Data.SqlXml (7)
System\Xml\Xsl\XPath\XPathBuilder.cs (1)
339
case XPathAxis.
Attribute
: qilAxis = f.Content (currentNode); break;
System\Xml\Xsl\XPath\XPathParser.cs (2)
157
axis = XPathAxis.
Attribute
;
212
axis == XPathAxis.
Attribute
? XPathNodeType.Attribute :
System\Xml\Xsl\XPath\XPathScanner.cs (1)
403
case "attribute" : return XPathAxis.
Attribute
;
System\Xml\Xsl\Xslt\XPathPatternBuilder.cs (1)
116
xpathAxis == XPathAxis.
Attribute
||
System\Xml\Xsl\Xslt\XPathPatternParser.cs (2)
185
axis = XPathAxis.
Attribute
;
190
if (axis != XPathAxis.Child && axis != XPathAxis.
Attribute
) {