1 instantiation of QilGenerator
System.Data.SqlXml (1)
System\Xml\Xsl\Xslt\QilGenerator.cs (1)
88return new QilGenerator(compiler.IsDebug).Compile(compiler);
10 references to QilGenerator
System.Data.SqlXml (10)
System\Xml\Xsl\Runtime\XsltLibrary.cs (2)
118return QilGenerator.IsElementAvailable(name); 139if (QilGenerator.IsFunctionAvailable(name.Name, name.Namespace)) {
System\Xml\Xsl\Xslt\Compiler.cs (1)
96qil = QilGenerator.CompileStylesheet(this);
System\Xml\Xsl\Xslt\QilGeneratorEnv.cs (2)
17using FunctionInfo = XPathBuilder.FunctionInfo<QilGenerator.FuncId>; 585return f.Boolean(QilGenerator.IsFunctionAvailable(qname.Name, qname.Namespace));
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (5)
19using XsltFunctionInfo = XPathBuilder.FunctionInfo<QilGenerator.FuncId>; 979} else if (QilGenerator.FunctionTable.TryGetValue(name, out xsltFunc)) { 980QilGenerator.FuncId funcId = xsltFunc.id; 982if (funcId == QilGenerator.FuncId.Current) { 984} else if (funcId == QilGenerator.FuncId.GenerateId && args.Count == 0) {