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