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