1 instantiation of QilGenerator
System.Private.Xml (1)
System\Xml\Xsl\Xslt\QilGenerator.cs (1)
92
return new
QilGenerator
(compiler.IsDebug).Compile(compiler);
10 references to QilGenerator
System.Private.Xml (10)
System\Xml\Xsl\Runtime\XsltLibrary.cs (2)
113
return
QilGenerator
.IsElementAvailable(name);
142
if (
QilGenerator
.IsFunctionAvailable(name.Name, name.Namespace))
System\Xml\Xsl\Xslt\Compiler.cs (1)
79
qil =
QilGenerator
.CompileStylesheet(this);
System\Xml\Xsl\Xslt\QilGeneratorEnv.cs (2)
12
using FunctionInfo = System.Xml.Xsl.XPath.XPathBuilder.FunctionInfo<System.Xml.Xsl.Xslt.
QilGenerator
.FuncId>;
710
return _f.Boolean(
QilGenerator
.IsFunctionAvailable(qname.Name, qname.Namespace));
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (5)
14
using XsltFunctionInfo = System.Xml.Xsl.XPath.XPathBuilder.FunctionInfo<System.Xml.Xsl.Xslt.
QilGenerator
.FuncId>;
1093
else if (
QilGenerator
.FunctionTable.TryGetValue(name, out xsltFunc))
1095
QilGenerator
.FuncId funcId = xsltFunc.id;
1097
if (funcId ==
QilGenerator
.FuncId.Current)
1101
else if (funcId ==
QilGenerator
.FuncId.GenerateId && args.Count == 0)