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