2 writes to meth
System.Data.SqlXml (2)
System\Xml\Xsl\Runtime\XmlExtensionFunction.cs (2)
99this.meth = null; 210this.meth = meth;
4 references to meth
System.Data.SqlXml (4)
System\Xml\Xsl\Runtime\XmlExtensionFunction.cs (4)
113get { return this.meth; } 218this.retClrType = GetClrType(this.meth.ReturnType); 252Debug.Assert(this.meth != null, "Must call Bind() before calling Invoke."); 256return this.meth.Invoke(extObj, this.flags, null, args, CultureInfo.InvariantCulture);