9 references to DoubleType
System.Data.SqlXml (9)
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (2)
478if (destinationType != XsltConvert.DoubleType) 561if (value.GetType() != XsltConvert.DoubleType)
System\Xml\Xsl\Runtime\XsltConvert.cs (4)
77else if (itemType == DoubleType) { 117else if (itemType == DoubleType) { 199if (!item.IsNode && item.ValueType == DoubleType) 357if (clrType == DoubleType) return XmlQueryTypeFactory.DoubleX;
System\Xml\Xsl\Runtime\XsltFunctions.cs (1)
279} else if (itemType == XsltConvert.DoubleType) {
System\Xml\Xsl\Runtime\XsltLibrary.cs (1)
264} else if (itemType == XsltConvert.DoubleType) {
System\Xml\Xsl\Xslt\QilGeneratorEnv.cs (1)
553Debug.Assert(propValue.ValueType == XsltConvert.DoubleType);