2 references to VoidType
System.Data.SqlXml (2)
System\Xml\Xsl\Runtime\XmlQueryContext.cs (1)
289if (objRet == null && extFunc.ClrReturnType == XsltConvert.VoidType)
System\Xml\Xsl\Runtime\XsltConvert.cs (1)
372if (clrType == VoidType) return XmlQueryTypeFactory.Empty;