3 references to DecimalType
System.Data.SqlXml (3)
System\Xml\Xsl\IlGen\XmlILOptimizerVisitor.cs (1)
4133return this.f.LiteralDecimal((decimal) value.ValueAs(XsltConvert.DecimalType));
System\Xml\Xsl\Runtime\XsltConvert.cs (2)
293return new XmlAtomicValue(destinationType.SchemaType, ToDouble((decimal) value.ValueAs(DecimalType, null))); 355if (clrType == DecimalType) return XmlQueryTypeFactory.DoubleX;