1 write to Root
System.Data.SqlXml (1)
System\Xml\Xsl\Xslt\Compiler.cs (1)
104
Root
= new RootLevel(sheet);
8 references to Root
System.Data.SqlXml (8)
System\Xml\Xsl\Xslt\Compiler.cs (1)
93
Debug.Assert(
Root
== null, "Compiler cannot be reused");
System\Xml\Xsl\Xslt\QilGenerator.cs (4)
151
CompileAndSortMatches(compiler.
Root
.Imports[0]);
265
QilNode result = GenerateApply(compiler.
Root
, applyTmpls);
1019
result = GenerateApply(compiler.
Root
, node);
2266
QilNode body = InvokeApplyFunction(compiler.
Root
, mode, /*actualArgs:*/null);
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (2)
214
FillModeFlags(compiler.
Root
.ModeFlags, compiler.
Root
.Imports[0]);
System\Xml\Xsl\Xslt\XsltLoader.cs (1)
87
Debug.Assert(compiler.
Root
!= null);