2 writes to retClrType
System.Data.SqlXml (2)
System\Xml\Xsl\Runtime\XmlExtensionFunction.cs (2)
101this.retClrType = null; 218this.retClrType = GetClrType(this.meth.ReturnType);
2 references to retClrType
System.Data.SqlXml (2)
System\Xml\Xsl\Runtime\XmlExtensionFunction.cs (2)
129get { return this.retClrType; } 245this.retXmlType = InferXmlType(this.retClrType);