8 references to XsltInvokeLateBound
System.Data.SqlXml (8)
System\Xml\Xsl\IlGen\XmlILOptimizerVisitor.cs (4)
163case QilNodeType.XsltInvokeLateBound: 171goto case QilNodeType.XsltInvokeLateBound; 177goto case QilNodeType.XsltInvokeLateBound; 187goto case QilNodeType.XsltInvokeLateBound;
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (1)
4554case QilNodeType.XsltInvokeLateBound:
System\Xml\Xsl\QIL\QilFactory.cs (1)
951QilInvokeLateBound n = new QilInvokeLateBound(QilNodeType.XsltInvokeLateBound, name, arguments);
System\Xml\Xsl\QIL\QilTypeChecker.cs (1)
153case QilNodeType.XsltInvokeLateBound: return CheckXsltInvokeLateBound((QilInvokeLateBound)n);
System\Xml\Xsl\QIL\QilVisitor.cs (1)
225case QilNodeType.XsltInvokeLateBound: return VisitXsltInvokeLateBound((QilInvokeLateBound)n);