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