6 references to Method
System.Private.Xml (6)
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (4)
3627if (!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)
950Check(actualArgs.Count == extFunc.Method!.GetParameters().Length, actualArgs, "InvokeEarlyBound argument count must match function's argument count");
System\Xml\Xsl\Xslt\QilGeneratorEnv.cs (1)
255return _f.XsltInvokeEarlyBound(name, scrFunc.Method!, scrFunc.XmlReturnType!, args);