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