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