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