2 writes to _meth
System.Private.Xml (2)
System\Xml\Xsl\Runtime\XmlExtensionFunction.cs (2)
110
_meth
= null;
235
_meth
= meth;
4 references to _meth
System.Private.Xml (4)
System\Xml\Xsl\Runtime\XmlExtensionFunction.cs (4)
125
get { return
_meth
; }
243
_retClrType = GetClrType(
_meth
.ReturnType);
281
Debug.Assert(
_meth
!= null, "Must call Bind() before calling Invoke.");
286
return
_meth
.Invoke(extObj, args);