8 references to XsltInvokeLateBound
System.Private.Xml (8)
System\Xml\Xsl\IlGen\XmlILOptimizerVisitor.cs (4)
179case QilNodeType.XsltInvokeLateBound: 187goto case QilNodeType.XsltInvokeLateBound; 193goto case QilNodeType.XsltInvokeLateBound; 205goto case QilNodeType.XsltInvokeLateBound;
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (1)
4932case QilNodeType.XsltInvokeLateBound:
System\Xml\Xsl\QIL\QilFactory.cs (1)
990QilInvokeLateBound n = new QilInvokeLateBound(QilNodeType.XsltInvokeLateBound, name, arguments);
System\Xml\Xsl\QIL\QilTypeChecker.cs (1)
149QilNodeType.XsltInvokeLateBound => CheckXsltInvokeLateBound((QilInvokeLateBound)n),
System\Xml\Xsl\QIL\QilVisitor.cs (1)
232QilNodeType.XsltInvokeLateBound => VisitXsltInvokeLateBound((QilInvokeLateBound)n),