15 references to IntX
System.Private.Xml (15)
System\Xml\Xsl\IlGen\XmlILOptimizerVisitor.cs (3)
3310if ((((local3).XmlType) == (XmlQueryTypeFactory.IntX)) && ((local5) == (XmlQueryTypeFactory.DoubleX))) 5169if (typ == XmlQueryTypeFactory.IntX) return true; 5405else if (typTarget == XmlQueryTypeFactory.IntX)
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (2)
3855else if ((object)typSrc == (object)TypeFactory.IntX) meth = XmlILMethods.IntToDbl; 3862else if ((object)typDst == (object)TypeFactory.IntX)
System\Xml\Xsl\QIL\QilTypeChecker.cs (5)
288return XmlQueryTypeFactory.IntX; 316return XmlQueryTypeFactory.IntX; 395CheckXmlType(node.Expression, XmlQueryTypeFactory.IntX); 409return XmlQueryTypeFactory.IntX; 507return XmlQueryTypeFactory.IntX;
System\Xml\Xsl\XmlQueryTypeFactory.cs (1)
223public static readonly XmlQueryType IntXS = TF.PrimeProduct(IntX, XmlQueryCardinality.ZeroOrMore);
System\Xml\Xsl\Xslt\XsltQilFactory.cs (4)
82XsltMethods.CheckScriptNamespace, T.IntX, new QilNode[] { String(nsUri) } 106XsltMethods.OnCurrentNodeChanged, T.IntX, new QilNode[] { n } 114XsltMethods.LangToLcid, T.IntX, new QilNode[] { n, Boolean(fwdCompat) } 142XsltMethods.RegisterDecimalFormat, T.IntX,