5 references to DecimalX
System.Private.Xml (5)
System\Xml\Xsl\IlGen\XmlILOptimizerVisitor.cs (2)
5171if (typ == XmlQueryTypeFactory.DecimalX) return true; 5409else if (typTarget == XmlQueryTypeFactory.DecimalX)
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (2)
3847else if ((object)typDst == (object)TypeFactory.DecimalX) 3854if ((object)typSrc == (object)TypeFactory.DecimalX) meth = XmlILMethods.DecToDbl;
System\Xml\Xsl\QIL\QilTypeChecker.cs (1)
334return XmlQueryTypeFactory.DecimalX;