5 references to XsltInvokeEarlyBound
System.Private.Xml (5)
System\Xml\Xsl\IlGen\XmlILOptimizerVisitor.cs (1)
184
case QilNodeType.
XsltInvokeEarlyBound
:
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (1)
4933
case QilNodeType.
XsltInvokeEarlyBound
:
System\Xml\Xsl\QIL\QilFactory.cs (1)
998
QilInvokeEarlyBound n = new QilInvokeEarlyBound(QilNodeType.
XsltInvokeEarlyBound
, name, clrMethod, arguments, xmlType);
System\Xml\Xsl\QIL\QilTypeChecker.cs (1)
150
QilNodeType.
XsltInvokeEarlyBound
=> CheckXsltInvokeEarlyBound((QilInvokeEarlyBound)n),
System\Xml\Xsl\QIL\QilVisitor.cs (1)
233
QilNodeType.
XsltInvokeEarlyBound
=> VisitXsltInvokeEarlyBound((QilInvokeEarlyBound)n),