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