1 instantiation of RootLevel
System.Data.SqlXml (1)
System\Xml\Xsl\Xslt\Compiler.cs (1)
104
Root = new
RootLevel
(sheet);
3 references to RootLevel
System.Data.SqlXml (3)
System\Xml\Xsl\Xslt\Compiler.cs (1)
52
public
RootLevel
Root;
System\Xml\Xsl\Xslt\QilGenerator.cs (2)
2100
node.NodeType == XslNodeType.ApplyTemplates && sheet is
RootLevel
||
2240
applyFunction.DebugName = (sheet is
RootLevel
? "<xsl:apply-templates" : "<xsl:apply-imports") + attMode + '>';