1 instantiation of RootLevel
System.Private.Xml (1)
System\Xml\Xsl\Xslt\Compiler.cs (1)
89Root = 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)
2516node.NodeType == XslNodeType.ApplyTemplates && sheet is RootLevel || 2684applyFunction.DebugName = $"{(sheet is RootLevel ? "<xsl:apply-templates" : "<xsl:apply-imports")}{attMode}>";