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