199 references to Int32
mscorlib (22)
system\Collections\Concurrent\ConcurrentDictionary.cs (1)
156case TypeCode.Int32:
system\collections\generic\equalitycomparer.cs (2)
72case TypeCode.Int32: 407if (Type.GetTypeCode(Enum.GetUnderlyingType(typeof(T))) != TypeCode.Int32) {
system\convert.cs (3)
232case TypeCode.Int32: 289if (rtTargetType == ConvertTypes[(int)TypeCode.Int32]) 360if (rtConversionType==ConvertTypes[(int)TypeCode.Int32])
system\diagnostics\eventing\eventsource.cs (1)
6749case TypeCode.Int32:
system\enum.cs (4)
106case TypeCode.Int32 : 220case TypeCode.Int32: 558case TypeCode.Int32 : 899return TypeCode.Int32;
system\int32.cs (1)
171return TypeCode.Int32;
system\reflection\emit\customattributebuilder.cs (4)
85case TypeCode.Int32: 313case TypeCode.Int32: 403case TypeCode.Int32: 475case TypeCode.Int32:
system\rttype.cs (1)
3612typeCode = TypeCode.Int32; break;
system\runtime\interopservices\tceadaptergen\eventsinkhelperwriter.cs (1)
208case TypeCode.Int32:
system\runtime\serialization\formatters\binary\binaryconverter.cs (2)
416typeCodeATemp[(int)InternalPrimitiveTypeE.Int32] = TypeCode.Int32; 453codeATemp[(int)TypeCode.Int32] = InternalPrimitiveTypeE.Int32;
system\stubhelpers.cs (1)
1037case TypeCode.Int32: vt = VarEnum.VT_I4; break;
system\variant.cs (1)
491case TypeCode.Int32:
PresentationFramework (7)
src\Framework\System\Windows\Controls\DataGridLengthConverter.cs (1)
38case TypeCode.Int32:
src\Framework\System\Windows\Controls\VirtualizationCacheLengthConverter.cs (1)
53case TypeCode.Int32:
src\Framework\System\Windows\CornerRadiusConverter.cs (1)
55case TypeCode.Int32:
src\Framework\System\Windows\FigureLengthConverter.cs (1)
66case TypeCode.Int32:
src\Framework\System\Windows\GridLengthConverter.cs (1)
69case TypeCode.Int32:
src\Framework\System\Windows\LengthConverter.cs (1)
62case TypeCode.Int32:
src\Framework\System\Windows\ThicknessConverter.cs (1)
55case TypeCode.Int32:
System.AddIn.Contract (5)
System\Addin\Contract\RemoteArgument.cs (5)
222case TypeCode.Int32: 527this.intrinsicTypeCode = TypeCode.Int32; 535this.intrinsicTypeCode = TypeCode.Int32; 1122this.intrinsicTypeCode == TypeCode.Int32) 1140this.intrinsicTypeCode == TypeCode.Int32)
System.Core (22)
Microsoft\Scripting\Ast\ParameterExpression.cs (1)
57case TypeCode.Int32: return new PrimitiveParameterExpression<Int32>(name);
Microsoft\Scripting\Ast\TypeUtils.cs (11)
66case TypeCode.Int32: 88case TypeCode.Int32: 105case TypeCode.Int32: 136case TypeCode.Int32: 368case TypeCode.Int32: 495case TypeCode.Int32: 507case TypeCode.Int32: 519case TypeCode.Int32: 529case TypeCode.Int32: 539case TypeCode.Int32: 570case TypeCode.Int32:
Microsoft\Scripting\Compiler\ILGen.cs (8)
185case TypeCode.Int32: 229case TypeCode.Int32: 460case TypeCode.Int32: 554case TypeCode.Int32: 677case TypeCode.Int32: 707case TypeCode.Int32: 745case TypeCode.Int32: 1018case TypeCode.Int32:
Microsoft\Scripting\Compiler\LambdaCompiler.Statements.cs (1)
307case TypeCode.Int32:
Microsoft\Scripting\Compiler\LambdaCompiler.Unary.cs (1)
250case TypeCode.Int32:
System.Data (8)
fx\src\data\Microsoft\SqlServer\Server\MetadataUtilsSmi.cs (1)
291else if (Type.GetTypeCode(value.GetType()) == TypeCode.Int32)
fx\src\data\System\Data\Common\DataStorage.cs (1)
29Int32 = TypeCode.Int32,
fx\src\data\System\Data\Common\ObjectStorage.cs (1)
177case TypeCode.Int32: return Families.NUMBER;
fx\src\data\System\Data\Odbc\Odbc32.cs (1)
920case TypeCode.Int32: return _Int;
fx\src\data\System\Data\OleDb\OLEDB_Enum.cs (1)
305case TypeCode.Int32: return NativeDBType.D_Integer;
fx\src\data\System\Data\Sql\SqlMetaData.cs (2)
1057case TypeCode.Int32: value = this.Adjust((Int32)value); break; 1147case TypeCode.Int32: smd = new SqlMetaData(name, SqlDbType.Int); break;
fx\src\data\System\Data\SqlClient\SqlEnums.cs (1)
375case TypeCode.Int32: return MetaInt;
System.Data.DataSetExtensions (1)
System\Data\DataRowComparer.cs (1)
76case TypeCode.Int32:
System.Data.Entity (3)
System\Data\Common\Internal\Materialization\Translator.cs (1)
2163case TypeCode.Int32:
System\Data\Metadata\Edm\Provider\ClrProviderManifest.cs (1)
109case TypeCode.Int32:
System\Data\Metadata\TypeHelpers.cs (1)
745case TypeCode.Int32:
System.Data.Linq (16)
parent\DbmlShared\Mapping.cs (2)
489case TypeCode.Int32: 545case TypeCode.Int32:
SqlClient\Common\TypeSystem.cs (1)
206case TypeCode.Int32:
SqlClient\Query\QueryConverter.cs (1)
2539case TypeCode.Int32:
SqlClient\Query\SqlFormatter.cs (1)
1258case TypeCode.Int32:
SqlClient\Query\SqlRetyper.cs (3)
49case TypeCode.Int32: return tcFrom == TypeCode.Byte || tcFrom == TypeCode.SByte || tcFrom == TypeCode.Int16 || tcFrom == TypeCode.UInt16; 50case TypeCode.Int64: return tcFrom == TypeCode.Byte || tcFrom == TypeCode.SByte || tcFrom == TypeCode.Int16 || tcFrom == TypeCode.UInt16 || tcFrom == TypeCode.Int32 || tcFrom==TypeCode.UInt32; 53case TypeCode.UInt64: return tcFrom == TypeCode.Byte || tcFrom == TypeCode.SByte || tcFrom == TypeCode.Int16 || tcFrom == TypeCode.UInt16 || tcFrom == TypeCode.Int32 || tcFrom == TypeCode.UInt32;
SqlClient\Reader\ObjectReaderCompiler.cs (4)
2240case TypeCode.Int32: 2291System.Diagnostics.Debug.Assert(tc == TypeCode.Int32); 2300case TypeCode.Int32: 2352case TypeCode.Int32:
SqlClient\SqlBuilder.cs (2)
216case TypeCode.Int32: 249case TypeCode.Int32:
SqlClient\SqlTypeSystemProvider.cs (2)
1425case TypeCode.Int32: 1545case TypeCode.Int32:
System.Data.Services (8)
System\Data\Services\Parsing\RequestQueryParser.cs (8)
461case TypeCode.Int32: 584case TypeCode.Int32: 667case TypeCode.Int32: 681case TypeCode.Int32: 694case TypeCode.Int32: 703case TypeCode.Int32: 706case TypeCode.Int32: 2520case TypeCode.Int32:
System.Runtime.Serialization (18)
System\Runtime\Serialization\CodeGenerator.cs (6)
830case TypeCode.Int32: 962case TypeCode.Int32: 1072case TypeCode.Int32: 1386case TypeCode.Int32: 1451case TypeCode.Int32: 1627case TypeCode.Int32:
System\Runtime\Serialization\DataContract.cs (1)
828case TypeCode.Int32:
System\Runtime\Serialization\ExtensionDataReader.cs (1)
677case TypeCode.Int32:
System\Runtime\Serialization\Json\JsonFormatReaderGenerator.cs (1)
957case TypeCode.Int32:
System\Runtime\Serialization\Json\JsonFormatWriterGenerator.cs (1)
612case TypeCode.Int32:
System\Runtime\Serialization\Json\JsonObjectDataContract.cs (1)
76objectTypeCode = TypeCode.Int32;
System\Runtime\Serialization\Json\XmlObjectSerializerReadContextComplexJson.cs (1)
95case TypeCode.Int32:
System\Runtime\Serialization\XmlFormatReaderGenerator.cs (1)
815case TypeCode.Int32:
System\Runtime\Serialization\XmlFormatWriterGenerator.cs (1)
604case TypeCode.Int32:
System\Runtime\Serialization\XmlReaderDelegator.cs (2)
245case TypeCode.Int32: 301case TypeCode.Int32:
System\Runtime\Serialization\XmlWriterDelegator.cs (2)
306case TypeCode.Int32: 383case TypeCode.Int32:
System.ServiceModel (13)
System\ServiceModel\Dispatcher\CodeGenerator.cs (6)
452case TypeCode.Int32: 941case TypeCode.Int32: 974case TypeCode.Int32: 1012case TypeCode.Int32: 1049case TypeCode.Int32: 1146case TypeCode.Int32:
System\ServiceModel\Dispatcher\PrimitiveOperationFormatter.cs (7)
256case TypeCode.Int32: 354case TypeCode.Int32: 379case TypeCode.Int32: 757case TypeCode.Int32: 829case TypeCode.Int32: 877case TypeCode.Int32: 921case TypeCode.Int32:
System.ServiceModel.Internals (12)
System\Runtime\TypeHelper.cs (12)
172case TypeCode.Int32: 185case TypeCode.Int32: 198case TypeCode.Int32: 209case TypeCode.Int32: 219case TypeCode.Int32: 255case TypeCode.Int32: 326case TypeCode.Int32: 355case TypeCode.Int32: 384case TypeCode.Int32: 407case TypeCode.Int32: 431case TypeCode.Int32: 519case TypeCode.Int32:
System.ServiceModel.Web (3)
System\ServiceModel\Dispatcher\JsonQueryStringConverter.cs (1)
59case TypeCode.Int32:
System\ServiceModel\Dispatcher\QueryStringConverter.cs (2)
83case TypeCode.Int32: 182case TypeCode.Int32:
System.Web (2)
UI\WebControls\Parameter.cs (2)
464return TypeCode.Int32; 504case TypeCode.Int32:
System.Web.DynamicData (1)
DynamicData\DataSourceUtil.cs (1)
27typeNameToTypeCode[typeof(Int32)] = TypeCode.Int32;
System.Web.Entity (1)
System\Data\WebControls\EntityDataSourceUtil.cs (1)
345case TypeCode.Int32:
System.Web.Extensions (9)
UI\WebControls\Dynamic.cs (9)
1347case TypeCode.Int32: 1506case TypeCode.Int32: 1549case TypeCode.Int32: 1604case TypeCode.Int32: 1617case TypeCode.Int32: 1630case TypeCode.Int32: 1641case TypeCode.Int32: 1651case TypeCode.Int32: 1653case TypeCode.Int32:
System.Workflow.Activities (31)
Rules\Expressions.cs (3)
826case TypeCode.Int32: 2133case TypeCode.Int32: 2755case TypeCode.Int32:
Rules\RuleValidation.cs (28)
1647case TypeCode.Int32: 1665case TypeCode.Int32: 1687case TypeCode.Int32: 1705case TypeCode.Int32: 1716case TypeCode.Int32: 1723case TypeCode.Int32: 1743case TypeCode.Int32: 1763case TypeCode.Int32: 1783case TypeCode.Int32: 1805case TypeCode.Int32: 1823case TypeCode.Int32: 1843case TypeCode.Int32: 1862case TypeCode.Int32: 1965case TypeCode.Int32: 2000case TypeCode.Int32: 2017case TypeCode.Int32: 2035case TypeCode.Int32: 2054case TypeCode.Int32: 2071case TypeCode.Int32: 2089case TypeCode.Int32: 2107case TypeCode.Int32: 2117case TypeCode.Int32: 2124case TypeCode.Int32: 2142case TypeCode.Int32: 2162case TypeCode.Int32: 2181case TypeCode.Int32: 2200case TypeCode.Int32: 2645case TypeCode.Int32:
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\TypeSystem\RTTypeWrapper.cs (1)
604case TypeCode.Int32:
System.Xml (16)
System\Xml\Schema\XmlAtomicValue.cs (9)
93this.clrType = TypeCode.Int32; 186case TypeCode.Int32: return valueConverter.ChangeType(this.unionVal.i32Val, ValueType); 204case TypeCode.Int32: return valueConverter.ToBoolean(this.unionVal.i32Val); 223case TypeCode.Int32: return valueConverter.ToDateTime(this.unionVal.i32Val); 243case TypeCode.Int32: return valueConverter.ToDouble(this.unionVal.i32Val); 262case TypeCode.Int32: return this.unionVal.i32Val; 281case TypeCode.Int32: return valueConverter.ToInt64(this.unionVal.i32Val); 302case TypeCode.Int32: return valueConverter.ChangeType(this.unionVal.i32Val, type); 320case TypeCode.Int32: return valueConverter.ToString(this.unionVal.i32Val);
System\Xml\Serialization\CodeGenerator.cs (1)
1066case TypeCode.Int32:
System\Xml\Serialization\Types.cs (1)
511case TypeCode.Int32: return true;
System\Xml\Serialization\XmlSerializationWriter.cs (3)
182case TypeCode.Int32: typeName = "int"; break; 234case TypeCode.Int32: 3080case TypeCode.Int32:
System\Xml\Serialization\XmlSerializer.cs (2)
743case TypeCode.Int32: 814case TypeCode.Int32: