5 references to Method
System.Data.SqlXml (5)
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (4)
3370
if (!extFunc.
Method
.IsStatic) {
3375
this.helper.CallGetEarlyBoundObject(this.helper.StaticData.DeclareEarlyBound(ndName.NamespaceUri, extFunc.
Method
.DeclaringType), extFunc.
Method
.DeclaringType);
3441
this.helper.Call(extFunc.
Method
);
System\Xml\Xsl\Xslt\QilGeneratorEnv.cs (1)
212
return f.XsltInvokeEarlyBound(name, scrFunc.
Method
, scrFunc.XmlReturnType, args);