5 references to XsltInvokeEarlyBound
System.Data.SqlXml (5)
System\Xml\Xsl\IlGen\XmlILOptimizerVisitor.cs (1)
168
case QilNodeType.
XsltInvokeEarlyBound
:
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (1)
4555
case QilNodeType.
XsltInvokeEarlyBound
:
System\Xml\Xsl\QIL\QilFactory.cs (1)
958
QilInvokeEarlyBound n = new QilInvokeEarlyBound(QilNodeType.
XsltInvokeEarlyBound
, name, clrMethod, arguments, xmlType);
System\Xml\Xsl\QIL\QilTypeChecker.cs (1)
154
case QilNodeType.
XsltInvokeEarlyBound
: return CheckXsltInvokeEarlyBound((QilInvokeEarlyBound)n);
System\Xml\Xsl\QIL\QilVisitor.cs (1)
226
case QilNodeType.
XsltInvokeEarlyBound
: return VisitXsltInvokeEarlyBound((QilInvokeEarlyBound)n);