15 references to Int
System.Data.SqlXml (9)
System\Xml\Xsl\IlGen\GenerateHelper.cs (2)
937case XmlTypeCode.Int: 1333case XmlTypeCode.Int: meth = XmlILMethods.SortKeyInt; break;
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (2)
1631case XmlTypeCode.Int: 3087ClrCompare(allowKinds ? QilNodeType.Eq : QilNodeType.Ne, XmlTypeCode.Int);
System\Xml\Xsl\Runtime\XsltConvert.cs (2)
295case XmlTypeCode.Int: 301case XmlTypeCode.Int:
System\Xml\Xsl\XmlQueryType.cs (1)
754/* Short */ XmlTypeCode.Int,
System\Xml\Xsl\XmlQueryTypeFactory.cs (2)
224public static readonly XmlQueryType Int = TF.Type(XmlTypeCode.Int, false); 225public static readonly XmlQueryType IntX = TF.Type(XmlTypeCode.Int, true);
System.Xml (6)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
3764value = GetValueConverter(XmlTypeCode.Int).ChangeType(
System\Xml\Schema\ConstraintStruct.cs (1)
240case XmlTypeCode.Int:
System\Xml\Schema\DataTypeImplementation.cs (1)
3026public override XmlTypeCode TypeCode { get { return XmlTypeCode.Int; }}
System\Xml\Schema\XmlSchemaDataType.cs (1)
229case XmlTypeCode.Int:
System\Xml\Schema\XmlValueConverter.cs (2)
2927if (destinationType == XmlAtomicValueType) return (new XmlAtomicValue(XmlSchemaType.GetBuiltInSimpleType(XmlTypeCode.Int), (int) value)); 3001if (sourceType == Int32Type) return (new XmlAtomicValue(XmlSchemaType.GetBuiltInSimpleType(XmlTypeCode.Int), (int) value));