6 references to Method
System.Private.Xml (6)
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (4)
3627
if (!extFunc.
Method
!.IsStatic)
3633
_helper.CallGetEarlyBoundObject(_helper.StaticData.DeclareEarlyBound(ndName.NamespaceUri, extFunc.
Method
.DeclaringType!), extFunc.
Method
.DeclaringType!);
3708
_helper.Call(extFunc.
Method
);
System\Xml\Xsl\QIL\QilTypeChecker.cs (1)
950
Check(actualArgs.Count == extFunc.
Method
!.GetParameters().Length, actualArgs, "InvokeEarlyBound argument count must match function's argument count");
System\Xml\Xsl\Xslt\QilGeneratorEnv.cs (1)
255
return _f.XsltInvokeEarlyBound(name, scrFunc.
Method
!, scrFunc.XmlReturnType!, args);