1 write to Root
System.Private.Xml (1)
System\Xml\Xsl\Xslt\Compiler.cs (1)
89Root = new RootLevel(sheet);
8 references to Root
System.Private.Xml (8)
System\Xml\Xsl\Xslt\Compiler.cs (1)
76Debug.Assert(Root == null, "Compiler cannot be reused");
System\Xml\Xsl\Xslt\QilGenerator.cs (4)
158CompileAndSortMatches(compiler.Root!.Imports![0]); 292QilNode result = GenerateApply(_compiler.Root!, applyTmpls); 1200result = GenerateApply(_compiler.Root!, node); 2711QilNode body = InvokeApplyFunction(_compiler.Root!, mode, /*actualArgs:*/null);
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (2)
245FillModeFlags(compiler.Root!.ModeFlags, compiler.Root.Imports![0]);
System\Xml\Xsl\Xslt\XsltLoader.cs (1)
102Debug.Assert(compiler.Root != null);