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