4 references to LiteralElement
System.Private.Xml (4)
System\Xml\Xsl\Xslt\QilGenerator.cs (1)
728case XslNodeType.LiteralElement: result = CompileLiteralElement(node); break;
System\Xml\Xsl\Xslt\XslAst.cs (1)
465return new XslNode(XslNodeType.LiteralElement, name, null, XslVersion.Current);
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (1)
1326(1 << (int)XslNodeType.LiteralElement);
System\Xml\Xsl\Xslt\XslVisitor.cs (1)
29XslNodeType.LiteralElement => VisitLiteralElement((XslNode)node),