1 instantiation of QilInvokeEarlyBound
System.Private.Xml (1)
System\Xml\Xsl\QIL\QilFactory.cs (1)
998QilInvokeEarlyBound n = new QilInvokeEarlyBound(QilNodeType.XsltInvokeEarlyBound, name, clrMethod, arguments, xmlType);
9 references to QilInvokeEarlyBound
System.Private.Xml (9)
System\Xml\Xsl\IlGen\XmlILOptimizerVisitor.cs (1)
186if (((QilInvokeEarlyBound)node).Name.NamespaceUri.Length != 0)
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (1)
3607protected override QilNode VisitXsltInvokeEarlyBound(QilInvokeEarlyBound ndInvoke)
System\Xml\Xsl\QIL\QilFactory.cs (2)
996public QilInvokeEarlyBound XsltInvokeEarlyBound(QilNode name, QilNode clrMethod, QilNode arguments, XmlQueryType xmlType) 998QilInvokeEarlyBound n = new QilInvokeEarlyBound(QilNodeType.XsltInvokeEarlyBound, name, clrMethod, arguments, xmlType);
System\Xml\Xsl\QIL\QilPatternVisitor.cs (1)
257protected override QilNode VisitXsltInvokeEarlyBound(QilInvokeEarlyBound n) { return NoReplace(n); }
System\Xml\Xsl\QIL\QilTypeChecker.cs (2)
150QilNodeType.XsltInvokeEarlyBound => CheckXsltInvokeEarlyBound((QilInvokeEarlyBound)n), 941public static XmlQueryType CheckXsltInvokeEarlyBound(QilInvokeEarlyBound node)
System\Xml\Xsl\QIL\QilVisitor.cs (2)
233QilNodeType.XsltInvokeEarlyBound => VisitXsltInvokeEarlyBound((QilInvokeEarlyBound)n), 426protected virtual QilNode VisitXsltInvokeEarlyBound(QilInvokeEarlyBound n) { return VisitChildren(n); }