4 references to LiteralElement
System.Data.SqlXml (4)
System\Xml\Xsl\Xslt\QilGenerator.cs (1)
628case XslNodeType.LiteralElement: result = CompileLiteralElement (node); break;
System\Xml\Xsl\Xslt\XslAst.cs (1)
458return new XslNode(XslNodeType.LiteralElement, name, null, XslVersion.Current);
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (1)
1177(1 << (int)XslNodeType.LiteralElement);
System\Xml\Xsl\Xslt\XslVisitor.cs (1)
29case XslNodeType.LiteralElement : return VisitLiteralElement ((XslNode) node);