2 instantiations of QilFactory
System.Private.Xml (2)
System\Xml\Xsl\Xslt\QilGenerator.cs (1)
100_f = new XsltQilFactory(new QilFactory(), debug);
System\Xml\Xsl\Xslt\XslAst.cs (1)
530private static readonly QilFactory s_f = new QilFactory();
37 references to QilFactory
System.Private.Xml (37)
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (3)
417protected QilFactory fac; 424public XmlILStateAnalyzer(QilFactory fac) 791public XmlILElementAnalyzer(QilFactory fac) : base(fac)
System\Xml\Xsl\QIL\QilBinary.cs (1)
14/// Don't construct QIL nodes directly; instead, use the <see cref="QilFactory">QilFactory</see>.
System\Xml\Xsl\QIL\QilChoice.cs (1)
16/// Don't construct QIL nodes directly; instead, use the <see cref="QilFactory">QilFactory</see>.
System\Xml\Xsl\QIL\QilCloneVisitor.cs (3)
16private readonly QilFactory _fac; 24public QilCloneVisitor(QilFactory fac) : this(fac, new SubstitutionList()) 28public QilCloneVisitor(QilFactory fac, SubstitutionList subs)
System\Xml\Xsl\QIL\QilDataSource.cs (1)
15/// Don't construct QIL nodes directly; instead, use the <see cref="QilFactory">QilFactory</see>.
System\Xml\Xsl\QIL\QilExpression.cs (3)
20private QilFactory _factory; 33public QilExpression(QilNodeType nodeType, QilNode root, QilFactory factory) : base(nodeType) 102public QilFactory Factory
System\Xml\Xsl\QIL\QilFactory.cs (1)
24public QilExpression QilExpression(QilNode root, QilFactory factory)
System\Xml\Xsl\QIL\QilList.cs (2)
14/// Don't construct QIL nodes directly; instead, use the <see cref="QilFactory">QilFactory</see>. 78public override QilNode ShallowClone(QilFactory f)
System\Xml\Xsl\QIL\QilLiteral.cs (1)
14/// Don't construct QIL nodes directly; instead, use the <see cref="QilFactory">QilFactory</see>.
System\Xml\Xsl\QIL\QilLoop.cs (1)
16/// Don't construct QIL nodes directly; instead, use the <see cref="QilFactory">QilFactory</see>.
System\Xml\Xsl\QIL\QilName.cs (1)
14/// Don't construct QIL nodes directly; instead, use the <see cref="QilFactory">QilFactory</see>.
System\Xml\Xsl\QIL\QilNode.cs (3)
19/// Don't construct QIL nodes directly; instead, use the <see cref="QilFactory">QilFactory</see>. 94public virtual QilNode DeepClone(QilFactory f) 102public virtual QilNode ShallowClone(QilFactory f)
System\Xml\Xsl\QIL\QilPatternFactory.cs (4)
22private readonly QilFactory _f; 24public QilPatternFactory(QilFactory f, bool debug) 31public QilFactory BaseFactory { get { return _f; } } 76public QilExpression QilExpression(QilNode root, QilFactory factory)
System\Xml\Xsl\QIL\QilPatternVisitor.cs (1)
17public QilPatternVisitor(QilPatterns patterns, QilFactory f) : base(f)
System\Xml\Xsl\QIL\QilReplaceVisitor.cs (2)
17protected QilFactory f; 19public QilReplaceVisitor(QilFactory f)
System\Xml\Xsl\QIL\QilSortKey.cs (1)
13/// Don't construct QIL nodes directly; instead, use the <see cref="QilFactory">QilFactory</see>.
System\Xml\Xsl\QIL\QilStrConcat.cs (1)
13/// Don't construct QIL nodes directly; instead, use the <see cref="QilFactory">QilFactory</see>.
System\Xml\Xsl\QIL\QilTargetType.cs (1)
15/// Don't construct QIL nodes directly; instead, use the <see cref="QilFactory">QilFactory</see>.
System\Xml\Xsl\QIL\QilTernary.cs (1)
14/// Don't construct QIL nodes directly; instead, use the <see cref="QilFactory">QilFactory</see>.
System\Xml\Xsl\QIL\QilUnary.cs (1)
14/// Don't construct QIL nodes directly; instead, use the <see cref="QilFactory">QilFactory</see>.
System\Xml\Xsl\XPath\XPathQilFactory.cs (1)
14public XPathQilFactory(QilFactory f, bool debug) : base(f, debug)
System\Xml\Xsl\Xslt\QilGenerator.cs (1)
29public ReferenceReplacer(QilFactory f) : base(f)
System\Xml\Xsl\Xslt\XslAst.cs (1)
530private static readonly QilFactory s_f = new QilFactory();
System\Xml\Xsl\Xslt\XsltQilFactory.cs (1)
16public XsltQilFactory(QilFactory f, bool debug) : base(f, debug) { }