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)
125get { return _meth; } 243_retClrType = GetClrType(_meth.ReturnType); 281Debug.Assert(_meth != null, "Must call Bind() before calling Invoke."); 286return _meth.Invoke(extObj, args);