1 instantiation of RootLevel
System.Private.Xml (1)
System\Xml\Xsl\Xslt\Compiler.cs (1)
92Root = new RootLevel(sheet);
3 references to RootLevel
System.Private.Xml (3)
System\Xml\Xsl\Xslt\Compiler.cs (1)
44public RootLevel? Root;
System\Xml\Xsl\Xslt\QilGenerator.cs (2)
2520node.NodeType == XslNodeType.ApplyTemplates && sheet is RootLevel || 2688applyFunction.DebugName = $"{(sheet is RootLevel ? "<xsl:apply-templates" : "<xsl:apply-imports")}{attMode}>";