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