160 references to UInt32
mscorlib (21)
system\Collections\Concurrent\ConcurrentDictionary.cs (1)
160case TypeCode.UInt32:
system\collections\generic\equalitycomparer.cs (1)
73case TypeCode.UInt32:
system\convert.cs (3)
234case TypeCode.UInt32: 291if (rtTargetType == ConvertTypes[(int)TypeCode.UInt32]) 362if (rtConversionType==ConvertTypes[(int)TypeCode.UInt32])
system\diagnostics\eventing\eventsource.cs (1)
6741case TypeCode.UInt32:
system\enum.cs (4)
99case TypeCode.UInt32: 227case TypeCode.UInt32: 570case TypeCode.UInt32 : 919return TypeCode.UInt32;
system\reflection\emit\customattributebuilder.cs (4)
86case TypeCode.UInt32: 316case TypeCode.UInt32: 406case TypeCode.UInt32: 478case TypeCode.UInt32:
system\rttype.cs (1)
3614typeCode = TypeCode.UInt32; break;
system\runtime\interopservices\tceadaptergen\eventsinkhelperwriter.cs (1)
209case TypeCode.UInt32:
system\runtime\serialization\formatters\binary\binaryconverter.cs (2)
423typeCodeATemp[(int)InternalPrimitiveTypeE.UInt32] = TypeCode.UInt32; 454codeATemp[(int)TypeCode.UInt32] = InternalPrimitiveTypeE.UInt32;
system\stubhelpers.cs (1)
1038case TypeCode.UInt32: vt = VarEnum.VT_UI4; break;
system\uint32.cs (1)
155return TypeCode.UInt32;
system\variant.cs (1)
495case TypeCode.UInt32:
PresentationFramework (7)
src\Framework\System\Windows\Controls\DataGridLengthConverter.cs (1)
41case TypeCode.UInt32:
src\Framework\System\Windows\Controls\VirtualizationCacheLengthConverter.cs (1)
56case TypeCode.UInt32:
src\Framework\System\Windows\CornerRadiusConverter.cs (1)
58case TypeCode.UInt32:
src\Framework\System\Windows\FigureLengthConverter.cs (1)
69case TypeCode.UInt32:
src\Framework\System\Windows\GridLengthConverter.cs (1)
72case TypeCode.UInt32:
src\Framework\System\Windows\LengthConverter.cs (1)
65case TypeCode.UInt32:
src\Framework\System\Windows\ThicknessConverter.cs (1)
58case TypeCode.UInt32:
System.AddIn.Contract (5)
System\Addin\Contract\RemoteArgument.cs (5)
276case TypeCode.UInt32: 642this.intrinsicTypeCode = TypeCode.UInt32; 651this.intrinsicTypeCode = TypeCode.UInt32; 1343this.intrinsicTypeCode == TypeCode.UInt32) 1361this.intrinsicTypeCode == TypeCode.UInt32)
System.Core (23)
Microsoft\Scripting\Ast\ParameterExpression.cs (1)
75case TypeCode.UInt32: return new PrimitiveParameterExpression<UInt32>(name);
Microsoft\Scripting\Ast\TypeUtils.cs (12)
71case TypeCode.UInt32: 91case TypeCode.UInt32: 110case TypeCode.UInt32: 123case TypeCode.UInt32: 139case TypeCode.UInt32: 371case TypeCode.UInt32: 508case TypeCode.UInt32: 530case TypeCode.UInt32: 548case TypeCode.UInt32: 550case TypeCode.UInt32: 571case TypeCode.UInt32: 641case TypeCode.UInt32:
Microsoft\Scripting\Compiler\ILGen.cs (8)
188case TypeCode.UInt32: 230case TypeCode.UInt32: 467case TypeCode.UInt32: 575case TypeCode.UInt32: 690case TypeCode.UInt32: 720case TypeCode.UInt32: 748case TypeCode.UInt32: 1019case TypeCode.UInt32:
Microsoft\Scripting\Compiler\LambdaCompiler.Statements.cs (1)
309case TypeCode.UInt32:
Microsoft\Scripting\Compiler\LambdaCompiler.Unary.cs (1)
248case TypeCode.UInt32:
System.Data (10)
fx\src\data\System\Data\Common\DataStorage.cs (1)
30UInt32 = TypeCode.UInt32,
fx\src\data\System\Data\Common\ObjectStorage.cs (1)
178case TypeCode.UInt32: return Families.NUMBER;
fx\src\data\System\Data\Odbc\Odbc32.cs (1)
921case TypeCode.UInt32: return _BigInt;
fx\src\data\System\Data\OleDb\OLEDB_Enum.cs (1)
306case TypeCode.UInt32: return NativeDBType.D_UnsignedInt;
fx\src\data\System\Data\Sql\SqlMetaData.cs (4)
1063case TypeCode.UInt32: throw ADP.InvalidDataType(TypeCode.UInt32); 1163case TypeCode.UInt32: throw ADP.InvalidDataType(TypeCode.UInt32);
fx\src\data\System\Data\SqlClient\SqlEnums.cs (2)
376case TypeCode.UInt32: throw ADP.InvalidDataType(TypeCode.UInt32);
System.Data.Entity (1)
System\Data\Metadata\TypeHelpers.cs (1)
747case TypeCode.UInt32:
System.Data.Linq (12)
parent\DbmlShared\Mapping.cs (2)
492case TypeCode.UInt32: 548case TypeCode.UInt32:
SqlClient\Common\TypeSystem.cs (1)
209case TypeCode.UInt32:
SqlClient\Query\SqlFormatter.cs (1)
1263case TypeCode.UInt32:
SqlClient\Query\SqlRetyper.cs (3)
50case TypeCode.Int64: return tcFrom == TypeCode.Byte || tcFrom == TypeCode.SByte || tcFrom == TypeCode.Int16 || tcFrom == TypeCode.UInt16 || tcFrom == TypeCode.Int32 || tcFrom==TypeCode.UInt32; 52case TypeCode.UInt32: return tcFrom == TypeCode.Byte || tcFrom == TypeCode.SByte || tcFrom == TypeCode.Int16 || tcFrom == TypeCode.UInt16; 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 (1)
2241case TypeCode.UInt32:
SqlClient\SqlBuilder.cs (2)
221case TypeCode.UInt32: 254case TypeCode.UInt32:
SqlClient\SqlTypeSystemProvider.cs (2)
1429case TypeCode.UInt32: 1549case TypeCode.UInt32:
System.Runtime.Serialization (13)
System\Runtime\Serialization\CodeGenerator.cs (6)
831case TypeCode.UInt32: 964case TypeCode.UInt32: 1075case TypeCode.UInt32: 1388case TypeCode.UInt32: 1453case TypeCode.UInt32: 1629case TypeCode.UInt32:
System\Runtime\Serialization\DataContract.cs (1)
846case TypeCode.UInt32:
System\Runtime\Serialization\ExtensionDataReader.cs (1)
705case TypeCode.UInt32:
System\Runtime\Serialization\Json\XmlObjectSerializerReadContextComplexJson.cs (1)
101case TypeCode.UInt32:
System\Runtime\Serialization\XmlReaderDelegator.cs (2)
264case TypeCode.UInt32: 319case TypeCode.UInt32:
System\Runtime\Serialization\XmlWriterDelegator.cs (2)
333case TypeCode.UInt32: 410case TypeCode.UInt32:
System.ServiceModel (6)
System\ServiceModel\Dispatcher\CodeGenerator.cs (6)
455case TypeCode.UInt32: 943case TypeCode.UInt32: 976case TypeCode.UInt32: 1014case TypeCode.UInt32: 1051case TypeCode.UInt32: 1147case TypeCode.UInt32:
System.ServiceModel.Internals (10)
System\Runtime\TypeHelper.cs (10)
186case TypeCode.UInt32: 210case TypeCode.UInt32: 229case TypeCode.UInt32: 232case TypeCode.UInt32: 256case TypeCode.UInt32: 358case TypeCode.UInt32: 410case TypeCode.UInt32: 451case TypeCode.UInt32: 456case TypeCode.UInt32: 522case TypeCode.UInt32:
System.ServiceModel.Web (3)
System\ServiceModel\Dispatcher\JsonQueryStringConverter.cs (1)
62case TypeCode.UInt32:
System\ServiceModel\Dispatcher\QueryStringConverter.cs (2)
98case TypeCode.UInt32: 197case TypeCode.UInt32:
System.Web (2)
UI\WebControls\Parameter.cs (2)
474return TypeCode.UInt32; 516case TypeCode.UInt32:
System.Web.Entity (1)
System\Data\WebControls\EntityDataSourceUtil.cs (1)
366case TypeCode.UInt32:
System.Web.Extensions (7)
UI\WebControls\Dynamic.cs (7)
1352case TypeCode.UInt32: 1507case TypeCode.UInt32: 1553case TypeCode.UInt32: 1618case TypeCode.UInt32: 1642case TypeCode.UInt32: 1661case TypeCode.UInt32: 1663case TypeCode.UInt32:
System.Workflow.Activities (31)
Rules\Expressions.cs (1)
2134case TypeCode.UInt32:
Rules\RuleValidation.cs (30)
1642case TypeCode.UInt32: 1666case TypeCode.UInt32: 1682case TypeCode.UInt32: 1706case TypeCode.UInt32: 1724case TypeCode.UInt32: 1736case TypeCode.UInt32: 1744case TypeCode.UInt32: 1764case TypeCode.UInt32: 1784case TypeCode.UInt32: 1806case TypeCode.UInt32: 1824case TypeCode.UInt32: 1844case TypeCode.UInt32: 1863case TypeCode.UInt32: 1967case TypeCode.UInt32: 2001case TypeCode.UInt32: 2018case TypeCode.UInt32: 2036case TypeCode.UInt32: 2055case TypeCode.UInt32: 2072case TypeCode.UInt32: 2090case TypeCode.UInt32: 2108case TypeCode.UInt32: 2127case TypeCode.UInt32: 2143case TypeCode.UInt32: 2163case TypeCode.UInt32: 2171case TypeCode.UInt32: 2176case TypeCode.UInt32: 2194case TypeCode.UInt32: 2627case TypeCode.UInt32: 2638case TypeCode.UInt32: 2646if (tc2 == TypeCode.UInt32 || tc2 == TypeCode.UInt64)
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\TypeSystem\RTTypeWrapper.cs (1)
619case TypeCode.UInt32:
System.Xml (7)
System\Xml\Serialization\CodeGenerator.cs (1)
1069case TypeCode.UInt32:
System\Xml\Serialization\Types.cs (1)
522case TypeCode.UInt32: return true;
System\Xml\Serialization\XmlSerializationWriter.cs (3)
193case TypeCode.UInt32: typeName = "unsignedInt"; break; 283case TypeCode.UInt32: 3092case TypeCode.UInt32:
System\Xml\Serialization\XmlSerializer.cs (2)
779case TypeCode.UInt32: 850case TypeCode.UInt32: