162 references to UInt64
mscorlib (21)
system\Collections\Concurrent\ConcurrentDictionary.cs (1)
164
case TypeCode.
UInt64
:
system\collections\generic\equalitycomparer.cs (1)
78
case TypeCode.
UInt64
:
system\convert.cs (3)
238
case TypeCode.
UInt64
:
295
if (rtTargetType == ConvertTypes[(int)TypeCode.
UInt64
])
366
if (rtConversionType==ConvertTypes[(int)TypeCode.
UInt64
])
system\diagnostics\eventing\eventsource.cs (1)
6743
case TypeCode.
UInt64
:
system\enum.cs (4)
113
case TypeCode.
UInt64
:
228
case TypeCode.
UInt64
:
579
case TypeCode.
UInt64
:
934
return TypeCode.
UInt64
;
system\reflection\emit\customattributebuilder.cs (4)
88
case TypeCode.
UInt64
:
322
case TypeCode.
UInt64
:
412
case TypeCode.
UInt64
:
484
case TypeCode.
UInt64
:
system\rttype.cs (1)
3618
typeCode = TypeCode.
UInt64
; break;
system\runtime\interopservices\tceadaptergen\eventsinkhelperwriter.cs (1)
214
case TypeCode.
UInt64
:
system\runtime\serialization\formatters\binary\binaryconverter.cs (2)
424
typeCodeATemp[(int)InternalPrimitiveTypeE.UInt64] = TypeCode.
UInt64
;
456
codeATemp[(int)TypeCode.
UInt64
] = InternalPrimitiveTypeE.UInt64;
system\stubhelpers.cs (1)
1040
case TypeCode.
UInt64
: vt = VarEnum.VT_UI8; break;
system\uint64.cs (1)
150
return TypeCode.
UInt64
;
system\variant.cs (1)
503
case TypeCode.
UInt64
:
PresentationFramework (7)
src\Framework\System\Windows\Controls\DataGridLengthConverter.cs (1)
42
case TypeCode.
UInt64
:
src\Framework\System\Windows\Controls\VirtualizationCacheLengthConverter.cs (1)
57
case TypeCode.
UInt64
:
src\Framework\System\Windows\CornerRadiusConverter.cs (1)
59
case TypeCode.
UInt64
:
src\Framework\System\Windows\FigureLengthConverter.cs (1)
70
case TypeCode.
UInt64
:
src\Framework\System\Windows\GridLengthConverter.cs (1)
73
case TypeCode.
UInt64
:
src\Framework\System\Windows\LengthConverter.cs (1)
66
case TypeCode.
UInt64
:
src\Framework\System\Windows\ThicknessConverter.cs (1)
59
case TypeCode.
UInt64
:
System.AddIn.Contract (5)
System\Addin\Contract\RemoteArgument.cs (5)
285
case TypeCode.
UInt64
:
662
this.intrinsicTypeCode = TypeCode.
UInt64
;
671
this.intrinsicTypeCode = TypeCode.
UInt64
;
1380
this.intrinsicTypeCode == TypeCode.
UInt64
)
1398
this.intrinsicTypeCode == TypeCode.
UInt64
)
System.Core (24)
Microsoft\Scripting\Ast\ParameterExpression.cs (1)
76
case TypeCode.
UInt64
: return new PrimitiveParameterExpression<UInt64>(name);
Microsoft\Scripting\Ast\TypeUtils.cs (12)
72
case TypeCode.
UInt64
:
92
case TypeCode.
UInt64
:
111
case TypeCode.
UInt64
:
124
case TypeCode.
UInt64
:
138
case TypeCode.
UInt64
:
372
case TypeCode.
UInt64
:
510
case TypeCode.
UInt64
:
532
case TypeCode.
UInt64
:
551
case TypeCode.
UInt64
:
559
case TypeCode.
UInt64
:
573
case TypeCode.
UInt64
:
642
case TypeCode.
UInt64
:
Microsoft\Scripting\Compiler\ILGen.cs (8)
192
case TypeCode.
UInt64
:
234
case TypeCode.
UInt64
:
468
case TypeCode.
UInt64
:
578
case TypeCode.
UInt64
:
693
case TypeCode.
UInt64
:
723
case TypeCode.
UInt64
:
758
case TypeCode.
UInt64
:
1024
case TypeCode.
UInt64
:
Microsoft\Scripting\Compiler\LambdaCompiler.Statements.cs (2)
255
Is64BitSwitch = code == TypeCode.
UInt64
|| code == TypeCode.Int64;
311
case TypeCode.
UInt64
:
Microsoft\Scripting\Compiler\LambdaCompiler.Unary.cs (1)
254
case TypeCode.
UInt64
:
System.Data (11)
fx\src\data\System\Data\Common\DataStorage.cs (1)
32
UInt64 = TypeCode.
UInt64
,
fx\src\data\System\Data\Common\ObjectStorage.cs (1)
180
case TypeCode.
UInt64
: return Families.NUMBER;
fx\src\data\System\Data\Odbc\Odbc32.cs (1)
923
case TypeCode.
UInt64
: return _Numeric;
fx\src\data\System\Data\OleDb\OLEDB_Enum.cs (1)
308
case TypeCode.
UInt64
: return NativeDBType.D_UnsignedBigInt;
fx\src\data\System\Data\Sql\SqlMetaData.cs (5)
1064
case TypeCode.
UInt64
: throw ADP.InvalidDataType(TypeCode.
UInt64
);
1074
throw ADP.InvalidDataType(TypeCode.
UInt64
);
1164
case TypeCode.
UInt64
: throw ADP.InvalidDataType(TypeCode.
UInt64
);
fx\src\data\System\Data\SqlClient\SqlEnums.cs (2)
378
case TypeCode.
UInt64
: throw ADP.InvalidDataType(TypeCode.
UInt64
);
System.Data.Entity (1)
System\Data\Metadata\TypeHelpers.cs (1)
751
case TypeCode.
UInt64
:
System.Data.Linq (10)
parent\DbmlShared\Mapping.cs (2)
493
case TypeCode.
UInt64
:
549
case TypeCode.
UInt64
:
SqlClient\Common\TypeSystem.cs (1)
210
case TypeCode.
UInt64
:
SqlClient\Query\SqlFormatter.cs (1)
1264
case TypeCode.
UInt64
:
SqlClient\Query\SqlRetyper.cs (1)
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)
2245
case TypeCode.
UInt64
:
SqlClient\SqlBuilder.cs (2)
224
case TypeCode.
UInt64
:
257
case TypeCode.
UInt64
:
SqlClient\SqlTypeSystemProvider.cs (2)
1431
case TypeCode.
UInt64
:
1551
case TypeCode.
UInt64
:
System.Runtime.Serialization (13)
System\Runtime\Serialization\CodeGenerator.cs (6)
835
case TypeCode.
UInt64
:
968
case TypeCode.
UInt64
:
1078
case TypeCode.
UInt64
:
1392
case TypeCode.
UInt64
:
1457
case TypeCode.
UInt64
:
1633
case TypeCode.
UInt64
:
System\Runtime\Serialization\DataContract.cs (1)
849
case TypeCode.
UInt64
:
System\Runtime\Serialization\ExtensionDataReader.cs (1)
708
case TypeCode.
UInt64
:
System\Runtime\Serialization\Json\XmlObjectSerializerReadContextComplexJson.cs (1)
103
case TypeCode.
UInt64
:
System\Runtime\Serialization\XmlReaderDelegator.cs (2)
266
case TypeCode.
UInt64
:
321
case TypeCode.
UInt64
:
System\Runtime\Serialization\XmlWriterDelegator.cs (2)
336
case TypeCode.
UInt64
:
413
case TypeCode.
UInt64
:
System.ServiceModel (6)
System\ServiceModel\Dispatcher\CodeGenerator.cs (6)
461
case TypeCode.
UInt64
:
947
case TypeCode.
UInt64
:
980
case TypeCode.
UInt64
:
1018
case TypeCode.
UInt64
:
1055
case TypeCode.
UInt64
:
1152
case TypeCode.
UInt64
:
System.ServiceModel.Internals (10)
System\Runtime\TypeHelper.cs (10)
188
case TypeCode.
UInt64
:
212
case TypeCode.
UInt64
:
234
case TypeCode.
UInt64
:
242
case TypeCode.
UInt64
:
258
case TypeCode.
UInt64
:
364
case TypeCode.
UInt64
:
416
case TypeCode.
UInt64
:
462
case TypeCode.
UInt64
:
494
case TypeCode.
UInt64
:
528
case TypeCode.
UInt64
:
System.ServiceModel.Web (3)
System\ServiceModel\Dispatcher\JsonQueryStringConverter.cs (1)
63
case TypeCode.
UInt64
:
System\ServiceModel\Dispatcher\QueryStringConverter.cs (2)
100
case TypeCode.
UInt64
:
199
case TypeCode.
UInt64
:
System.Web (2)
UI\WebControls\Parameter.cs (2)
476
return TypeCode.
UInt64
;
518
case TypeCode.
UInt64
:
System.Web.Entity (1)
System\Data\WebControls\EntityDataSourceUtil.cs (1)
369
case TypeCode.
UInt64
:
System.Web.Extensions (8)
UI\WebControls\Dynamic.cs (8)
1353
case TypeCode.
UInt64
:
1509
case TypeCode.
UInt64
:
1561
case TypeCode.
UInt64
:
1620
case TypeCode.
UInt64
:
1644
case TypeCode.
UInt64
:
1665
case TypeCode.
UInt64
:
1681
case TypeCode.
UInt64
:
1683
case TypeCode.
UInt64
:
System.Workflow.Activities (32)
Rules\Expressions.cs (1)
2136
case TypeCode.
UInt64
:
Rules\RuleValidation.cs (31)
1643
case TypeCode.
UInt64
:
1668
case TypeCode.
UInt64
:
1683
case TypeCode.
UInt64
:
1708
case TypeCode.
UInt64
:
1725
case TypeCode.
UInt64
:
1748
case TypeCode.
UInt64
:
1766
case TypeCode.
UInt64
:
1776
case TypeCode.
UInt64
:
1786
case TypeCode.
UInt64
:
1808
case TypeCode.
UInt64
:
1826
case TypeCode.
UInt64
:
1846
case TypeCode.
UInt64
:
1865
case TypeCode.
UInt64
:
1971
case TypeCode.
UInt64
:
2003
case TypeCode.
UInt64
:
2020
case TypeCode.
UInt64
:
2038
case TypeCode.
UInt64
:
2057
case TypeCode.
UInt64
:
2074
case TypeCode.
UInt64
:
2092
case TypeCode.
UInt64
:
2110
case TypeCode.
UInt64
:
2129
case TypeCode.
UInt64
:
2147
case TypeCode.
UInt64
:
2165
case TypeCode.
UInt64
:
2183
case TypeCode.
UInt64
:
2189
case TypeCode.
UInt64
:
2195
case TypeCode.
UInt64
:
2628
case TypeCode.
UInt64
:
2639
case TypeCode.
UInt64
:
2646
if (tc2 == TypeCode.UInt32 || tc2 == TypeCode.
UInt64
)
2654
if (tc2 == TypeCode.
UInt64
)
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\TypeSystem\RTTypeWrapper.cs (1)
622
case TypeCode.
UInt64
:
System.Xml (7)
System\Xml\Serialization\CodeGenerator.cs (1)
1072
case TypeCode.
UInt64
:
System\Xml\Serialization\Types.cs (1)
523
case TypeCode.
UInt64
: return true;
System\Xml\Serialization\XmlSerializationWriter.cs (3)
194
case TypeCode.
UInt64
: typeName = "unsignedLong"; break;
287
case TypeCode.
UInt64
:
3093
case TypeCode.
UInt64
:
System\Xml\Serialization\XmlSerializer.cs (2)
782
case TypeCode.
UInt64
:
853
case TypeCode.
UInt64
: