1 write to builtInSheet
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\DbgCompiler.cs (1)
557builtInSheet = compiler.RootAction.CompileImport(compiler, compiler.ResolveUri(builtIn), int.MaxValue);
2 references to builtInSheet
System.Data.SqlXml (2)
System\Xml\Xsl\XsltOld\TemplateLookupAction.cs (2)
117if (action == null && processor.RootAction.builtInSheet != null) { 118action = processor.RootAction.builtInSheet.FindTemplate(processor, frame.Node, Compiler.BuiltInMode);