4 references to Attribute
System.Data.SqlXml (4)
System\Xml\Xsl\Xslt\QilGenerator.cs (1)
616case XslNodeType.Attribute: result = CompileAttribute ((NodeCtor)node); break;
System\Xml\Xsl\Xslt\XslAst.cs (1)
402return new NodeCtor(XslNodeType.Attribute, nameAvt, nsAvt, xslVer);
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (1)
1163(1 << (int)XslNodeType.Attribute) |
System\Xml\Xsl\Xslt\XslVisitor.cs (1)
15case XslNodeType.Attribute : return VisitAttribute ((NodeCtor) node);