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