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