1 instantiation of QilInvokeEarlyBound
System.Data.SqlXml (1)
System\Xml\Xsl\QIL\QilFactory.cs (1)
958QilInvokeEarlyBound n = new QilInvokeEarlyBound(QilNodeType.XsltInvokeEarlyBound, name, clrMethod, arguments, xmlType);
9 references to QilInvokeEarlyBound
System.Data.SqlXml (9)
System\Xml\Xsl\IlGen\XmlILOptimizerVisitor.cs (1)
170if (((QilInvokeEarlyBound) node).Name.NamespaceUri.Length != 0)
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (1)
3353protected override QilNode VisitXsltInvokeEarlyBound(QilInvokeEarlyBound ndInvoke) {
System\Xml\Xsl\QIL\QilFactory.cs (2)
957public QilInvokeEarlyBound XsltInvokeEarlyBound(QilNode name, QilNode clrMethod, QilNode arguments, XmlQueryType xmlType) { 958QilInvokeEarlyBound n = new QilInvokeEarlyBound(QilNodeType.XsltInvokeEarlyBound, name, clrMethod, arguments, xmlType);
System\Xml\Xsl\QIL\QilPatternVisitor.cs (1)
272protected override QilNode VisitXsltInvokeEarlyBound(QilInvokeEarlyBound n) { return NoReplace(n); }
System\Xml\Xsl\QIL\QilTypeChecker.cs (2)
154case QilNodeType.XsltInvokeEarlyBound: return CheckXsltInvokeEarlyBound((QilInvokeEarlyBound)n); 849public XmlQueryType CheckXsltInvokeEarlyBound(QilInvokeEarlyBound node) {
System\Xml\Xsl\QIL\QilVisitor.cs (2)
226case QilNodeType.XsltInvokeEarlyBound: return VisitXsltInvokeEarlyBound((QilInvokeEarlyBound)n); 417protected virtual QilNode VisitXsltInvokeEarlyBound(QilInvokeEarlyBound n) { return VisitChildren(n); }