2 writes to _retClrType
System.Private.Xml (2)
System\Xml\Xsl\Runtime\XmlExtensionFunction.cs (2)
112
_retClrType
= null;
243
_retClrType
= GetClrType(_meth.ReturnType);
2 references to _retClrType
System.Private.Xml (2)
System\Xml\Xsl\Runtime\XmlExtensionFunction.cs (2)
143
get { return
_retClrType
; }
273
_retXmlType = InferXmlType(
_retClrType
);