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