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)
143get { return _retClrType; } 273_retXmlType = InferXmlType(_retClrType);