203 references to Int64
mscorlib (21)
system\Collections\Concurrent\ConcurrentDictionary.cs (1)
162case TypeCode.Int64:
system\collections\generic\equalitycomparer.cs (1)
77case TypeCode.Int64:
system\convert.cs (3)
236case TypeCode.Int64: 293if (rtTargetType == ConvertTypes[(int)TypeCode.Int64]) 364if (rtConversionType==ConvertTypes[(int)TypeCode.Int64])
system\diagnostics\eventing\eventsource.cs (1)
6751case TypeCode.Int64:
system\enum.cs (4)
120case TypeCode.Int64 : 221case TypeCode.Int64: 567case TypeCode.Int64 : 914return TypeCode.Int64;
system\int64.cs (1)
150return TypeCode.Int64;
system\reflection\emit\customattributebuilder.cs (4)
87case TypeCode.Int64: 319case TypeCode.Int64: 409case TypeCode.Int64: 481case TypeCode.Int64:
system\rttype.cs (1)
3616typeCode = TypeCode.Int64; break;
system\runtime\interopservices\tceadaptergen\eventsinkhelperwriter.cs (1)
213case TypeCode.Int64:
system\runtime\serialization\formatters\binary\binaryconverter.cs (2)
417typeCodeATemp[(int)InternalPrimitiveTypeE.Int64] = TypeCode.Int64; 455codeATemp[(int)TypeCode.Int64] = InternalPrimitiveTypeE.Int64;
system\stubhelpers.cs (1)
1039case TypeCode.Int64: vt = VarEnum.VT_I8; break;
system\variant.cs (1)
499case TypeCode.Int64:
PresentationFramework (7)
src\Framework\System\Windows\Controls\DataGridLengthConverter.cs (1)
39case TypeCode.Int64:
src\Framework\System\Windows\Controls\VirtualizationCacheLengthConverter.cs (1)
54case TypeCode.Int64:
src\Framework\System\Windows\CornerRadiusConverter.cs (1)
56case TypeCode.Int64:
src\Framework\System\Windows\FigureLengthConverter.cs (1)
67case TypeCode.Int64:
src\Framework\System\Windows\GridLengthConverter.cs (1)
70case TypeCode.Int64:
src\Framework\System\Windows\LengthConverter.cs (1)
63case TypeCode.Int64:
src\Framework\System\Windows\ThicknessConverter.cs (1)
56case TypeCode.Int64:
System.AddIn.Contract (5)
System\Addin\Contract\RemoteArgument.cs (5)
231case TypeCode.Int64: 545this.intrinsicTypeCode = TypeCode.Int64; 553this.intrinsicTypeCode = TypeCode.Int64; 1158this.intrinsicTypeCode == TypeCode.Int64) 1176this.intrinsicTypeCode == TypeCode.Int64)
System.Core (24)
Microsoft\Scripting\Ast\ParameterExpression.cs (1)
58case TypeCode.Int64: return new PrimitiveParameterExpression<Int64>(name);
Microsoft\Scripting\Ast\TypeUtils.cs (12)
67case TypeCode.Int64: 89case TypeCode.Int64: 106case TypeCode.Int64: 135case TypeCode.Int64: 369case TypeCode.Int64: 496case TypeCode.Int64: 509case TypeCode.Int64: 520case TypeCode.Int64: 531case TypeCode.Int64: 541case TypeCode.Int64: 558case TypeCode.Int64: 572case TypeCode.Int64:
Microsoft\Scripting\Compiler\ILGen.cs (8)
191case TypeCode.Int64: 233case TypeCode.Int64: 461case TypeCode.Int64: 557case TypeCode.Int64: 680case TypeCode.Int64: 710case TypeCode.Int64: 751case TypeCode.Int64: 1023case TypeCode.Int64:
Microsoft\Scripting\Compiler\LambdaCompiler.Statements.cs (2)
255Is64BitSwitch = code == TypeCode.UInt64 || code == TypeCode.Int64; 310case TypeCode.Int64:
Microsoft\Scripting\Compiler\LambdaCompiler.Unary.cs (1)
253case TypeCode.Int64:
System.Data (8)
fx\src\data\Microsoft\SqlServer\Server\MetadataUtilsSmi.cs (1)
208else if (Type.GetTypeCode(value.GetType()) == TypeCode.Int64)
fx\src\data\System\Data\Common\DataStorage.cs (1)
31Int64 = TypeCode.Int64,
fx\src\data\System\Data\Common\ObjectStorage.cs (1)
179case TypeCode.Int64: return Families.NUMBER;
fx\src\data\System\Data\Odbc\Odbc32.cs (1)
922case TypeCode.Int64: return _BigInt;
fx\src\data\System\Data\OleDb\OLEDB_Enum.cs (1)
307case TypeCode.Int64: return NativeDBType.D_BigInt;
fx\src\data\System\Data\Sql\SqlMetaData.cs (2)
1058case TypeCode.Int64: value = this.Adjust((Int64)value); break; 1148case TypeCode.Int64: smd = new SqlMetaData(name, SqlDbType.BigInt); break;
fx\src\data\System\Data\SqlClient\SqlEnums.cs (1)
377case TypeCode.Int64: return MetaBigInt;
System.Data.DataSetExtensions (1)
System\Data\DataRowComparer.cs (1)
78case TypeCode.Int64:
System.Data.Entity (3)
System\Data\Common\Internal\Materialization\Translator.cs (1)
2166case TypeCode.Int64:
System\Data\Metadata\Edm\Provider\ClrProviderManifest.cs (1)
112case TypeCode.Int64:
System\Data\Metadata\TypeHelpers.cs (1)
749case TypeCode.Int64:
System.Data.Linq (12)
parent\DbmlShared\Mapping.cs (2)
490case TypeCode.Int64: 546case TypeCode.Int64:
SqlClient\Common\TypeSystem.cs (1)
207case TypeCode.Int64:
SqlClient\Query\QueryConverter.cs (1)
2540case TypeCode.Int64:
SqlClient\Query\SqlFormatter.cs (1)
1259case TypeCode.Int64:
SqlClient\Query\SqlRetyper.cs (1)
50case TypeCode.Int64: return tcFrom == TypeCode.Byte || tcFrom == TypeCode.SByte || tcFrom == TypeCode.Int16 || tcFrom == TypeCode.UInt16 || tcFrom == TypeCode.Int32 || tcFrom==TypeCode.UInt32;
SqlClient\Reader\ObjectReaderCompiler.cs (2)
2244case TypeCode.Int64: 2355case TypeCode.Int64:
SqlClient\SqlBuilder.cs (2)
220case TypeCode.Int64: 253case TypeCode.Int64:
SqlClient\SqlTypeSystemProvider.cs (2)
1428case TypeCode.Int64: 1548case TypeCode.Int64:
System.Data.Services (9)
System\Data\Services\Parsing\RequestQueryParser.cs (9)
462case TypeCode.Int64: 592case TypeCode.Int64: 668case TypeCode.Int64: 682case TypeCode.Int64: 695case TypeCode.Int64: 707case TypeCode.Int64: 715case TypeCode.Int64: 718case TypeCode.Int64: 2521case TypeCode.Int64:
System.Runtime.Serialization (18)
System\Runtime\Serialization\CodeGenerator.cs (6)
834case TypeCode.Int64: 966case TypeCode.Int64: 1081case TypeCode.Int64: 1390case TypeCode.Int64: 1455case TypeCode.Int64: 1631case TypeCode.Int64:
System\Runtime\Serialization\DataContract.cs (1)
831case TypeCode.Int64:
System\Runtime\Serialization\ExtensionDataReader.cs (1)
680case TypeCode.Int64:
System\Runtime\Serialization\Json\JsonFormatReaderGenerator.cs (1)
960case TypeCode.Int64:
System\Runtime\Serialization\Json\JsonFormatWriterGenerator.cs (1)
615case TypeCode.Int64:
System\Runtime\Serialization\Json\JsonObjectDataContract.cs (1)
83objectTypeCode = TypeCode.Int64;
System\Runtime\Serialization\Json\XmlObjectSerializerReadContextComplexJson.cs (1)
97case TypeCode.Int64:
System\Runtime\Serialization\XmlFormatReaderGenerator.cs (1)
818case TypeCode.Int64:
System\Runtime\Serialization\XmlFormatWriterGenerator.cs (1)
607case TypeCode.Int64:
System\Runtime\Serialization\XmlReaderDelegator.cs (2)
247case TypeCode.Int64: 303case TypeCode.Int64:
System\Runtime\Serialization\XmlWriterDelegator.cs (2)
309case TypeCode.Int64: 386case TypeCode.Int64:
System.ServiceModel (13)
System\ServiceModel\Dispatcher\CodeGenerator.cs (6)
462case TypeCode.Int64: 945case TypeCode.Int64: 978case TypeCode.Int64: 1016case TypeCode.Int64: 1053case TypeCode.Int64: 1151case TypeCode.Int64:
System\ServiceModel\Dispatcher\PrimitiveOperationFormatter.cs (7)
258case TypeCode.Int64: 355case TypeCode.Int64: 380case TypeCode.Int64: 770case TypeCode.Int64: 832case TypeCode.Int64: 883case TypeCode.Int64: 924case TypeCode.Int64:
System.ServiceModel.Internals (16)
System\Runtime\TypeHelper.cs (16)
173case TypeCode.Int64: 187case TypeCode.Int64: 199case TypeCode.Int64: 211case TypeCode.Int64: 222case TypeCode.Int64: 233case TypeCode.Int64: 241case TypeCode.Int64: 257case TypeCode.Int64: 329case TypeCode.Int64: 361case TypeCode.Int64: 387case TypeCode.Int64: 413case TypeCode.Int64: 436case TypeCode.Int64: 459case TypeCode.Int64: 477case TypeCode.Int64: 525case TypeCode.Int64:
System.ServiceModel.Web (3)
System\ServiceModel\Dispatcher\JsonQueryStringConverter.cs (1)
60case TypeCode.Int64:
System\ServiceModel\Dispatcher\QueryStringConverter.cs (2)
94case TypeCode.Int64: 193case TypeCode.Int64:
System.Web (2)
UI\WebControls\Parameter.cs (2)
466return TypeCode.Int64; 506case TypeCode.Int64:
System.Web.DynamicData (1)
DynamicData\DataSourceUtil.cs (1)
28typeNameToTypeCode[typeof(Int64)] = TypeCode.Int64;
System.Web.Entity (1)
System\Data\WebControls\EntityDataSourceUtil.cs (1)
348case TypeCode.Int64:
System.Web.Extensions (11)
UI\WebControls\Dynamic.cs (11)
1348case TypeCode.Int64: 1508case TypeCode.Int64: 1557case TypeCode.Int64: 1605case TypeCode.Int64: 1619case TypeCode.Int64: 1631case TypeCode.Int64: 1643case TypeCode.Int64: 1654case TypeCode.Int64: 1664case TypeCode.Int64: 1672case TypeCode.Int64: 1674case TypeCode.Int64:
System.Workflow.Activities (31)
Rules\Expressions.cs (3)
830case TypeCode.Int64: 2135case TypeCode.Int64: 2756case TypeCode.Int64:
Rules\RuleValidation.cs (28)
1648case TypeCode.Int64: 1667case TypeCode.Int64: 1688case TypeCode.Int64: 1707case TypeCode.Int64: 1728case TypeCode.Int64: 1747case TypeCode.Int64: 1756case TypeCode.Int64: 1765case TypeCode.Int64: 1785case TypeCode.Int64: 1807case TypeCode.Int64: 1825case TypeCode.Int64: 1845case TypeCode.Int64: 1864case TypeCode.Int64: 1969case TypeCode.Int64: 2002case TypeCode.Int64: 2019case TypeCode.Int64: 2037case TypeCode.Int64: 2056case TypeCode.Int64: 2073case TypeCode.Int64: 2091case TypeCode.Int64: 2109case TypeCode.Int64: 2128case TypeCode.Int64: 2135case TypeCode.Int64: 2144case TypeCode.Int64: 2164case TypeCode.Int64: 2182case TypeCode.Int64: 2201case TypeCode.Int64: 2653case TypeCode.Int64:
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\TypeSystem\RTTypeWrapper.cs (1)
607case TypeCode.Int64:
System.Xml (16)
System\Xml\Schema\XmlAtomicValue.cs (9)
100this.clrType = TypeCode.Int64; 187case TypeCode.Int64: return valueConverter.ChangeType(this.unionVal.i64Val, ValueType); 205case TypeCode.Int64: return valueConverter.ToBoolean(this.unionVal.i64Val); 224case TypeCode.Int64: return valueConverter.ToDateTime(this.unionVal.i64Val); 244case TypeCode.Int64: return valueConverter.ToDouble(this.unionVal.i64Val); 263case TypeCode.Int64: return valueConverter.ToInt32(this.unionVal.i64Val); 282case TypeCode.Int64: return this.unionVal.i64Val; 303case TypeCode.Int64: return valueConverter.ChangeType(this.unionVal.i64Val, type); 321case TypeCode.Int64: return valueConverter.ToString(this.unionVal.i64Val);
System\Xml\Serialization\CodeGenerator.cs (1)
1075case TypeCode.Int64:
System\Xml\Serialization\Types.cs (1)
514case TypeCode.Int64: return true;
System\Xml\Serialization\XmlSerializationWriter.cs (3)
185case TypeCode.Int64: typeName = "long"; break; 246case TypeCode.Int64: 3090case TypeCode.Int64:
System\Xml\Serialization\XmlSerializer.cs (2)
752case TypeCode.Int64: 823case TypeCode.Int64: