15 references to IntX
System.Data.SqlXml (15)
System\Xml\Xsl\IlGen\XmlILOptimizerVisitor.cs (3)
2489if (( ( (local3).XmlType ) == ( XmlQueryTypeFactory.IntX ) ) && ( (local5) == ( XmlQueryTypeFactory.DoubleX ) )) { 3914if (typ == XmlQueryTypeFactory.IntX) return true; 4128else if (typTarget == XmlQueryTypeFactory.IntX)
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (2)
3575else if ((object) typSrc == (object) TypeFactory.IntX) meth = XmlILMethods.IntToDbl; 3582else if ((object) typDst == (object) TypeFactory.IntX) {
System\Xml\Xsl\QIL\QilTypeChecker.cs (5)
273return XmlQueryTypeFactory.IntX; 297return XmlQueryTypeFactory.IntX; 365CheckXmlType(node.Expression, XmlQueryTypeFactory.IntX); 378return XmlQueryTypeFactory.IntX; 461return XmlQueryTypeFactory.IntX;
System\Xml\Xsl\XmlQueryTypeFactory.cs (1)
226public static readonly XmlQueryType IntXS = TF.PrimeProduct(IntX, XmlQueryCardinality.ZeroOrMore);
System\Xml\Xsl\Xslt\XsltQilFactory.cs (4)
83XsltMethods.CheckScriptNamespace, T.IntX, new QilNode[] { String(nsUri) } 104XsltMethods.OnCurrentNodeChanged, T.IntX, new QilNode[] { n } 111XsltMethods.LangToLcid, T.IntX, new QilNode[] { n, Boolean(fwdCompat) } 138XsltMethods.RegisterDecimalFormat, T.IntX,