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