490 references to UInt64
dotnet-svcutil-lib (17)
FrameworkFork\Microsoft.Xml\Xml\Serialization\CodeGenerator.cs (1)
1155case TypeCode.UInt64:
FrameworkFork\Microsoft.Xml\Xml\Serialization\Types.cs (1)
595case TypeCode.UInt64: return true;
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializationWriter.cs (3)
222case TypeCode.UInt64: typeName = "unsignedLong"; break; 317case TypeCode.UInt64: 3558case TypeCode.UInt64:
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializer.cs (2)
820case TypeCode.UInt64: 894case TypeCode.UInt64:
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CodeGenerator.cs (6)
785case TypeCode.UInt64: 910case TypeCode.UInt64: 1005case TypeCode.UInt64: 1253case TypeCode.UInt64: 1317case TypeCode.UInt64: 1493case TypeCode.UInt64:
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\DataContract.cs (1)
914case TypeCode.UInt64:
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\TypeCode.cs (1)
53return TypeCode.UInt64;
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlWriterDelegator.cs (1)
344case TypeCode.UInt64:
FrameworkFork\System.ServiceModel\Extensions\ReflectionExtensions.cs (1)
147return TypeCode.UInt64;
illink (1)
Microsoft.Build (1)
TaskParameter.cs (1)
628TypeCode.UInt64 => typeof(ulong),
Microsoft.Build.Engine.UnitTests (2)
TaskParameter_Tests.cs (2)
54[InlineData(typeof(ulong), (int)TypeCode.UInt64, "1000000000000")] 89[InlineData(typeof(ulong), (int)TypeCode.UInt64, "1000000000000;0")]
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\Semantics\ConstVal.cs (1)
100TypeCode.UInt64 => default(ulong).Equals(o),
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Constant.cs (1)
69TypeCode.UInt64 => Val.UInt64Val,
Microsoft\CSharp\RuntimeBinder\SymbolTable.cs (1)
1599case TypeCode.UInt64:
Microsoft.VisualBasic.Core (329)
Microsoft\VisualBasic\CompilerServices\ConversionResolution.vb (9)
84NumericSpecificityRank(TypeCode.UInt64) = 8 100New TypeCode(max) {TypeCode.Empty, TypeCode.Empty, TypeCode.Empty, TypeCode.Int16, TypeCode.Empty, TypeCode.Int16, TypeCode.Byte, TypeCode.Int16, TypeCode.UInt16, TypeCode.Int32, TypeCode.UInt32, TypeCode.Int64, TypeCode.UInt64, TypeCode.Single, TypeCode.Double, TypeCode.Decimal, TypeCode.Empty, TypeCode.Empty, TypeCode.Empty}, 102New TypeCode(max) {TypeCode.Empty, TypeCode.Empty, TypeCode.Empty, TypeCode.Int32, TypeCode.Empty, TypeCode.Int32, TypeCode.UInt16, TypeCode.Int32, TypeCode.UInt16, TypeCode.Int32, TypeCode.UInt32, TypeCode.Int64, TypeCode.UInt64, TypeCode.Single, TypeCode.Double, TypeCode.Decimal, TypeCode.Empty, TypeCode.Empty, TypeCode.Empty}, 104New TypeCode(max) {TypeCode.Empty, TypeCode.Empty, TypeCode.Empty, TypeCode.Int64, TypeCode.Empty, TypeCode.Int64, TypeCode.UInt32, TypeCode.Int64, TypeCode.UInt32, TypeCode.Int64, TypeCode.UInt32, TypeCode.Int64, TypeCode.UInt64, TypeCode.Single, TypeCode.Double, TypeCode.Decimal, TypeCode.Empty, TypeCode.Empty, TypeCode.Empty}, 106New TypeCode(max) {TypeCode.Empty, TypeCode.Empty, TypeCode.Empty, TypeCode.Decimal, TypeCode.Empty, TypeCode.Decimal, TypeCode.UInt64, TypeCode.Decimal, TypeCode.UInt64, TypeCode.Decimal, TypeCode.UInt64, TypeCode.Decimal, TypeCode.UInt64, TypeCode.Single, TypeCode.Double, TypeCode.Decimal, TypeCode.Empty, TypeCode.Empty, TypeCode.Empty}, 171Debug.Assert(TypeCode.UInt64 = 12, "wrong value!")
Microsoft\VisualBasic\CompilerServices\Conversions.vb (18)
128Case TypeCode.UInt64 271Case TypeCode.UInt64 418Case TypeCode.UInt64 561Case TypeCode.UInt64 707Case TypeCode.UInt64 850Case TypeCode.UInt64 995Case TypeCode.UInt64 1141Case TypeCode.UInt64 1288Case TypeCode.UInt64 1447Case TypeCode.UInt64 1687Case TypeCode.UInt64 1832Case TypeCode.UInt64 2000TypeCode.UInt64, 2072TypeCode.UInt64, 2285Case TypeCode.UInt64 2352Case TypeCode.UInt64 2431Case TypeCode.UInt64 : Return CastUInt64Enum(iconv.ToUInt64(Nothing), TargetType) 2469Case TypeCode.UInt64 : Return CastUInt64Enum(CULng(Expression), TargetType)
Microsoft\VisualBasic\CompilerServices\ObjectType.vb (2)
278Case TypeCode.UInt64 3667Case TypeCode.UInt64
Microsoft\VisualBasic\CompilerServices\Operators.vb (287)
422Case TypeCode.Empty * s_TCMAX + TypeCode.UInt64 464Case TypeCode.Boolean * s_TCMAX + TypeCode.UInt64, 534Case TypeCode.SByte * s_TCMAX + TypeCode.UInt64, 537TypeCode.Int16 * s_TCMAX + TypeCode.UInt64, 540TypeCode.Int32 * s_TCMAX + TypeCode.UInt64, 543TypeCode.Int64 * s_TCMAX + TypeCode.UInt64, 545TypeCode.UInt64 * s_TCMAX + TypeCode.SByte, 546TypeCode.UInt64 * s_TCMAX + TypeCode.Int16, 547TypeCode.UInt64 * s_TCMAX + TypeCode.Int32, 548TypeCode.UInt64 * s_TCMAX + TypeCode.Int64, 549TypeCode.UInt64 * s_TCMAX + TypeCode.Decimal, 557TypeCode.Decimal * s_TCMAX + TypeCode.UInt64, 569TypeCode.UInt64 * s_TCMAX + TypeCode.Single, 578TypeCode.Single * s_TCMAX + TypeCode.UInt64, 591TypeCode.UInt64 * s_TCMAX + TypeCode.Double, 601TypeCode.Double * s_TCMAX + TypeCode.UInt64, 615TypeCode.UInt64 * s_TCMAX + TypeCode.String, 645Case TypeCode.Byte * s_TCMAX + TypeCode.UInt64, 646TypeCode.UInt16 * s_TCMAX + TypeCode.UInt64, 647TypeCode.UInt32 * s_TCMAX + TypeCode.UInt64, 648TypeCode.UInt64 * s_TCMAX + TypeCode.Byte, 649TypeCode.UInt64 * s_TCMAX + TypeCode.UInt16, 650TypeCode.UInt64 * s_TCMAX + TypeCode.UInt32, 651TypeCode.UInt64 * s_TCMAX + TypeCode.UInt64 686Case TypeCode.UInt64 * s_TCMAX + TypeCode.Empty 689Case TypeCode.UInt64 * s_TCMAX + TypeCode.Boolean 743TypeCode.String * s_TCMAX + TypeCode.UInt64, 916Case TypeCode.UInt64 1010Case TypeCode.UInt64 1163Case TypeCode.UInt64 1316Case TypeCode.Empty * s_TCMAX + TypeCode.UInt64, 1317TypeCode.UInt64 * s_TCMAX + TypeCode.Empty 1345TypeCode.Boolean * s_TCMAX + TypeCode.UInt64, 1387TypeCode.SByte * s_TCMAX + TypeCode.UInt64, 1397TypeCode.Int16 * s_TCMAX + TypeCode.UInt64, 1407TypeCode.Int32 * s_TCMAX + TypeCode.UInt64, 1424TypeCode.Int64 * s_TCMAX + TypeCode.UInt64, 1428TypeCode.UInt64 * s_TCMAX + TypeCode.SByte, 1429TypeCode.UInt64 * s_TCMAX + TypeCode.Int16, 1430TypeCode.UInt64 * s_TCMAX + TypeCode.Int32, 1431TypeCode.UInt64 * s_TCMAX + TypeCode.Int64, 1432TypeCode.UInt64 * s_TCMAX + TypeCode.Decimal, 1433TypeCode.UInt64 * s_TCMAX + TypeCode.Single, 1434TypeCode.UInt64 * s_TCMAX + TypeCode.Double, 1442TypeCode.Decimal * s_TCMAX + TypeCode.UInt64, 1453TypeCode.Single * s_TCMAX + TypeCode.UInt64, 1464TypeCode.Double * s_TCMAX + TypeCode.UInt64, 1478TypeCode.UInt64 * s_TCMAX + TypeCode.String, 1504Case TypeCode.Byte * s_TCMAX + TypeCode.UInt64, 1505TypeCode.UInt16 * s_TCMAX + TypeCode.UInt64, 1506TypeCode.UInt32 * s_TCMAX + TypeCode.UInt64, 1507TypeCode.UInt64 * s_TCMAX + TypeCode.Byte, 1508TypeCode.UInt64 * s_TCMAX + TypeCode.UInt16, 1509TypeCode.UInt64 * s_TCMAX + TypeCode.UInt32 1532TypeCode.UInt64 * s_TCMAX + TypeCode.Boolean, 1546Case TypeCode.UInt64 * s_TCMAX + TypeCode.UInt64 1569TypeCode.String * s_TCMAX + TypeCode.UInt64, 1673TypeCode.Empty * s_TCMAX + TypeCode.UInt64 1705TypeCode.Boolean * s_TCMAX + TypeCode.UInt64, 1722TypeCode.UInt64 * s_TCMAX + TypeCode.Empty 1758TypeCode.SByte * s_TCMAX + TypeCode.UInt64, 1768TypeCode.Int16 * s_TCMAX + TypeCode.UInt64, 1778TypeCode.Int32 * s_TCMAX + TypeCode.UInt64, 1795TypeCode.Int64 * s_TCMAX + TypeCode.UInt64, 1799TypeCode.UInt64 * s_TCMAX + TypeCode.SByte, 1800TypeCode.UInt64 * s_TCMAX + TypeCode.Int16, 1801TypeCode.UInt64 * s_TCMAX + TypeCode.Int32, 1802TypeCode.UInt64 * s_TCMAX + TypeCode.Int64, 1803TypeCode.UInt64 * s_TCMAX + TypeCode.Decimal, 1804TypeCode.UInt64 * s_TCMAX + TypeCode.Single, 1805TypeCode.UInt64 * s_TCMAX + TypeCode.Double, 1813TypeCode.Decimal * s_TCMAX + TypeCode.UInt64, 1824TypeCode.Single * s_TCMAX + TypeCode.UInt64, 1835TypeCode.Double * s_TCMAX + TypeCode.UInt64, 1849TypeCode.UInt64 * s_TCMAX + TypeCode.String, 1875Case TypeCode.Byte * s_TCMAX + TypeCode.UInt64, 1876TypeCode.UInt16 * s_TCMAX + TypeCode.UInt64, 1877TypeCode.UInt32 * s_TCMAX + TypeCode.UInt64, 1878TypeCode.UInt64 * s_TCMAX + TypeCode.Byte, 1879TypeCode.UInt64 * s_TCMAX + TypeCode.UInt16, 1880TypeCode.UInt64 * s_TCMAX + TypeCode.UInt32 1903TypeCode.UInt64 * s_TCMAX + TypeCode.Boolean, 1918Case TypeCode.UInt64 * s_TCMAX + TypeCode.UInt64 1941TypeCode.String * s_TCMAX + TypeCode.UInt64, 2059Case TypeCode.Empty * s_TCMAX + TypeCode.UInt64 2090TypeCode.Boolean * s_TCMAX + TypeCode.UInt64, 2135TypeCode.SByte * s_TCMAX + TypeCode.UInt64, 2145TypeCode.Int16 * s_TCMAX + TypeCode.UInt64, 2155TypeCode.Int32 * s_TCMAX + TypeCode.UInt64, 2172TypeCode.Int64 * s_TCMAX + TypeCode.UInt64, 2176TypeCode.UInt64 * s_TCMAX + TypeCode.SByte, 2177TypeCode.UInt64 * s_TCMAX + TypeCode.Int16, 2178TypeCode.UInt64 * s_TCMAX + TypeCode.Int32, 2179TypeCode.UInt64 * s_TCMAX + TypeCode.Int64, 2180TypeCode.UInt64 * s_TCMAX + TypeCode.Decimal, 2181TypeCode.UInt64 * s_TCMAX + TypeCode.Single, 2182TypeCode.UInt64 * s_TCMAX + TypeCode.Double, 2190TypeCode.Decimal * s_TCMAX + TypeCode.UInt64, 2201TypeCode.Single * s_TCMAX + TypeCode.UInt64, 2212TypeCode.Double * s_TCMAX + TypeCode.UInt64, 2226TypeCode.UInt64 * s_TCMAX + TypeCode.String, 2255Case TypeCode.Byte * s_TCMAX + TypeCode.UInt64, 2256TypeCode.UInt16 * s_TCMAX + TypeCode.UInt64, 2257TypeCode.UInt32 * s_TCMAX + TypeCode.UInt64, 2258TypeCode.UInt64 * s_TCMAX + TypeCode.Byte, 2259TypeCode.UInt64 * s_TCMAX + TypeCode.UInt16, 2260TypeCode.UInt64 * s_TCMAX + TypeCode.UInt32 2292TypeCode.UInt64 * s_TCMAX + TypeCode.Boolean, 2308Case TypeCode.UInt64 * s_TCMAX + TypeCode.Empty 2311Case TypeCode.UInt64 * s_TCMAX + TypeCode.UInt64 2334TypeCode.String * s_TCMAX + TypeCode.UInt64, 2478Case TypeCode.Empty * s_TCMAX + TypeCode.UInt64 2516Case TypeCode.Boolean * s_TCMAX + TypeCode.UInt64, 2587Case TypeCode.SByte * s_TCMAX + TypeCode.UInt64, 2590TypeCode.Int16 * s_TCMAX + TypeCode.UInt64, 2593TypeCode.Int32 * s_TCMAX + TypeCode.UInt64, 2596TypeCode.Int64 * s_TCMAX + TypeCode.UInt64, 2598TypeCode.UInt64 * s_TCMAX + TypeCode.SByte, 2599TypeCode.UInt64 * s_TCMAX + TypeCode.Int16, 2600TypeCode.UInt64 * s_TCMAX + TypeCode.Int32, 2601TypeCode.UInt64 * s_TCMAX + TypeCode.Int64, 2602TypeCode.UInt64 * s_TCMAX + TypeCode.Decimal, 2610TypeCode.Decimal * s_TCMAX + TypeCode.UInt64, 2622TypeCode.UInt64 * s_TCMAX + TypeCode.Single, 2631TypeCode.Single * s_TCMAX + TypeCode.UInt64, 2644TypeCode.UInt64 * s_TCMAX + TypeCode.Double, 2654TypeCode.Double * s_TCMAX + TypeCode.UInt64, 2668TypeCode.UInt64 * s_TCMAX + TypeCode.String, 2697Case TypeCode.Byte * s_TCMAX + TypeCode.UInt64, 2698TypeCode.UInt16 * s_TCMAX + TypeCode.UInt64, 2699TypeCode.UInt32 * s_TCMAX + TypeCode.UInt64, 2700TypeCode.UInt64 * s_TCMAX + TypeCode.Byte, 2701TypeCode.UInt64 * s_TCMAX + TypeCode.UInt16, 2702TypeCode.UInt64 * s_TCMAX + TypeCode.UInt32, 2703TypeCode.UInt64 * s_TCMAX + TypeCode.UInt64 2736Case TypeCode.UInt64 * s_TCMAX + TypeCode.Empty 2739Case TypeCode.UInt64 * s_TCMAX + TypeCode.Boolean, 2790TypeCode.String * s_TCMAX + TypeCode.UInt64, 2969Case TypeCode.Empty * s_TCMAX + TypeCode.UInt64 3005Case TypeCode.Boolean * s_TCMAX + TypeCode.UInt64, 3076Case TypeCode.SByte * s_TCMAX + TypeCode.UInt64, 3079TypeCode.Int16 * s_TCMAX + TypeCode.UInt64, 3082TypeCode.Int32 * s_TCMAX + TypeCode.UInt64, 3085TypeCode.Int64 * s_TCMAX + TypeCode.UInt64, 3087TypeCode.UInt64 * s_TCMAX + TypeCode.SByte, 3088TypeCode.UInt64 * s_TCMAX + TypeCode.Int16, 3089TypeCode.UInt64 * s_TCMAX + TypeCode.Int32, 3090TypeCode.UInt64 * s_TCMAX + TypeCode.Int64, 3091TypeCode.UInt64 * s_TCMAX + TypeCode.Decimal, 3099TypeCode.Decimal * s_TCMAX + TypeCode.UInt64, 3111TypeCode.UInt64 * s_TCMAX + TypeCode.Single, 3120TypeCode.Single * s_TCMAX + TypeCode.UInt64, 3133TypeCode.UInt64 * s_TCMAX + TypeCode.Double, 3143TypeCode.Double * s_TCMAX + TypeCode.UInt64, 3157TypeCode.UInt64 * s_TCMAX + TypeCode.String, 3187Case TypeCode.Byte * s_TCMAX + TypeCode.UInt64, 3188TypeCode.UInt16 * s_TCMAX + TypeCode.UInt64, 3189TypeCode.UInt32 * s_TCMAX + TypeCode.UInt64, 3190TypeCode.UInt64 * s_TCMAX + TypeCode.Byte, 3191TypeCode.UInt64 * s_TCMAX + TypeCode.UInt16, 3192TypeCode.UInt64 * s_TCMAX + TypeCode.UInt32, 3193TypeCode.UInt64 * s_TCMAX + TypeCode.UInt64 3223Case TypeCode.UInt64 * s_TCMAX + TypeCode.Empty 3226Case TypeCode.UInt64 * s_TCMAX + TypeCode.Boolean, 3256TypeCode.String * s_TCMAX + TypeCode.UInt64, 3438Case TypeCode.Empty * s_TCMAX + TypeCode.UInt64, 3439TypeCode.UInt64 * s_TCMAX + TypeCode.Empty 3476Case TypeCode.Boolean * s_TCMAX + TypeCode.UInt64, 3543Case TypeCode.SByte * s_TCMAX + TypeCode.UInt64, 3546TypeCode.Int16 * s_TCMAX + TypeCode.UInt64, 3549TypeCode.Int32 * s_TCMAX + TypeCode.UInt64, 3552TypeCode.Int64 * s_TCMAX + TypeCode.UInt64, 3554TypeCode.UInt64 * s_TCMAX + TypeCode.SByte, 3555TypeCode.UInt64 * s_TCMAX + TypeCode.Int16, 3556TypeCode.UInt64 * s_TCMAX + TypeCode.Int32, 3557TypeCode.UInt64 * s_TCMAX + TypeCode.Int64, 3558TypeCode.UInt64 * s_TCMAX + TypeCode.Decimal, 3566TypeCode.Decimal * s_TCMAX + TypeCode.UInt64, 3578TypeCode.UInt64 * s_TCMAX + TypeCode.Single, 3587TypeCode.Single * s_TCMAX + TypeCode.UInt64, 3600TypeCode.UInt64 * s_TCMAX + TypeCode.Double, 3610TypeCode.Double * s_TCMAX + TypeCode.UInt64, 3624TypeCode.UInt64 * s_TCMAX + TypeCode.String, 3651Case TypeCode.Byte * s_TCMAX + TypeCode.UInt64, 3652TypeCode.UInt16 * s_TCMAX + TypeCode.UInt64, 3653TypeCode.UInt32 * s_TCMAX + TypeCode.UInt64, 3654TypeCode.UInt64 * s_TCMAX + TypeCode.Byte, 3655TypeCode.UInt64 * s_TCMAX + TypeCode.UInt16, 3656TypeCode.UInt64 * s_TCMAX + TypeCode.UInt32, 3657TypeCode.UInt64 * s_TCMAX + TypeCode.UInt64 3671Case TypeCode.UInt64 * s_TCMAX + TypeCode.Boolean, 3696TypeCode.String * s_TCMAX + TypeCode.UInt64, 3875TypeCode.Empty * s_TCMAX + TypeCode.UInt64, 3902TypeCode.Boolean * s_TCMAX + TypeCode.UInt64, 3923TypeCode.UInt64 * s_TCMAX + TypeCode.Empty, 3934TypeCode.UInt64 * s_TCMAX + TypeCode.Boolean, 3945TypeCode.SByte * s_TCMAX + TypeCode.UInt64, 3954TypeCode.Byte * s_TCMAX + TypeCode.UInt64, 3963TypeCode.Int16 * s_TCMAX + TypeCode.UInt64, 3972TypeCode.UInt16 * s_TCMAX + TypeCode.UInt64, 3981TypeCode.Int32 * s_TCMAX + TypeCode.UInt64, 3990TypeCode.UInt32 * s_TCMAX + TypeCode.UInt64, 3999TypeCode.Int64 * s_TCMAX + TypeCode.UInt64, 4001TypeCode.UInt64 * s_TCMAX + TypeCode.SByte, 4002TypeCode.UInt64 * s_TCMAX + TypeCode.Byte, 4003TypeCode.UInt64 * s_TCMAX + TypeCode.Int16, 4004TypeCode.UInt64 * s_TCMAX + TypeCode.UInt16, 4005TypeCode.UInt64 * s_TCMAX + TypeCode.Int32, 4006TypeCode.UInt64 * s_TCMAX + TypeCode.UInt32, 4007TypeCode.UInt64 * s_TCMAX + TypeCode.Int64, 4008TypeCode.UInt64 * s_TCMAX + TypeCode.UInt64, 4009TypeCode.UInt64 * s_TCMAX + TypeCode.Double, 4019TypeCode.Double * s_TCMAX + TypeCode.UInt64, 4032TypeCode.UInt64 * s_TCMAX + TypeCode.Decimal, 4040TypeCode.Decimal * s_TCMAX + TypeCode.UInt64, 4051TypeCode.UInt64 * s_TCMAX + TypeCode.Single, 4060TypeCode.Single * s_TCMAX + TypeCode.UInt64, 4072TypeCode.UInt64 * s_TCMAX + TypeCode.String, 4106TypeCode.String * s_TCMAX + TypeCode.UInt64, 4185TypeCode.UInt64, 4217TypeCode.UInt64, 4278Case TypeCode.Empty * s_TCMAX + TypeCode.UInt64 4315Case TypeCode.Boolean * s_TCMAX + TypeCode.UInt64, 4386Case TypeCode.SByte * s_TCMAX + TypeCode.UInt64, 4389TypeCode.Int16 * s_TCMAX + TypeCode.UInt64, 4392TypeCode.Int32 * s_TCMAX + TypeCode.UInt64, 4395TypeCode.Int64 * s_TCMAX + TypeCode.UInt64, 4397TypeCode.UInt64 * s_TCMAX + TypeCode.SByte, 4398TypeCode.UInt64 * s_TCMAX + TypeCode.Int16, 4399TypeCode.UInt64 * s_TCMAX + TypeCode.Int32, 4400TypeCode.UInt64 * s_TCMAX + TypeCode.Int64, 4401TypeCode.UInt64 * s_TCMAX + TypeCode.Decimal, 4409TypeCode.Decimal * s_TCMAX + TypeCode.UInt64, 4421TypeCode.UInt64 * s_TCMAX + TypeCode.Single, 4430TypeCode.Single * s_TCMAX + TypeCode.UInt64, 4443TypeCode.UInt64 * s_TCMAX + TypeCode.Double, 4453TypeCode.Double * s_TCMAX + TypeCode.UInt64, 4467TypeCode.UInt64 * s_TCMAX + TypeCode.String, 4497Case TypeCode.Byte * s_TCMAX + TypeCode.UInt64, 4498TypeCode.UInt16 * s_TCMAX + TypeCode.UInt64, 4499TypeCode.UInt32 * s_TCMAX + TypeCode.UInt64, 4500TypeCode.UInt64 * s_TCMAX + TypeCode.Byte, 4501TypeCode.UInt64 * s_TCMAX + TypeCode.UInt16, 4502TypeCode.UInt64 * s_TCMAX + TypeCode.UInt32, 4503TypeCode.UInt64 * s_TCMAX + TypeCode.UInt64 4534Case TypeCode.UInt64 * s_TCMAX + TypeCode.Empty 4537Case TypeCode.UInt64 * s_TCMAX + TypeCode.Boolean, 4573TypeCode.String * s_TCMAX + TypeCode.UInt64, 4691Case TypeCode.Empty * s_TCMAX + TypeCode.UInt64 4722TypeCode.Boolean * s_TCMAX + TypeCode.UInt64, 4770TypeCode.SByte * s_TCMAX + TypeCode.UInt64, 4780TypeCode.Int16 * s_TCMAX + TypeCode.UInt64, 4790TypeCode.Int32 * s_TCMAX + TypeCode.UInt64, 4808TypeCode.Int64 * s_TCMAX + TypeCode.UInt64, 4812TypeCode.UInt64 * s_TCMAX + TypeCode.SByte, 4813TypeCode.UInt64 * s_TCMAX + TypeCode.Int16, 4814TypeCode.UInt64 * s_TCMAX + TypeCode.Int32, 4815TypeCode.UInt64 * s_TCMAX + TypeCode.Int64, 4816TypeCode.UInt64 * s_TCMAX + TypeCode.Decimal, 4817TypeCode.UInt64 * s_TCMAX + TypeCode.Single, 4818TypeCode.UInt64 * s_TCMAX + TypeCode.Double, 4826TypeCode.Decimal * s_TCMAX + TypeCode.UInt64, 4837TypeCode.Single * s_TCMAX + TypeCode.UInt64, 4848TypeCode.Double * s_TCMAX + TypeCode.UInt64, 4862TypeCode.UInt64 * s_TCMAX + TypeCode.String, 4893Case TypeCode.Byte * s_TCMAX + TypeCode.UInt64, 4894TypeCode.UInt16 * s_TCMAX + TypeCode.UInt64, 4895TypeCode.UInt32 * s_TCMAX + TypeCode.UInt64, 4896TypeCode.UInt64 * s_TCMAX + TypeCode.Byte, 4897TypeCode.UInt64 * s_TCMAX + TypeCode.UInt16, 4898TypeCode.UInt64 * s_TCMAX + TypeCode.UInt32, 4899TypeCode.UInt64 * s_TCMAX + TypeCode.UInt64 4925TypeCode.UInt64 * s_TCMAX + TypeCode.Boolean, 4937Case TypeCode.UInt64 * s_TCMAX + TypeCode.Empty 4960TypeCode.String * s_TCMAX + TypeCode.UInt64, 5060Case TypeCode.UInt64 5105Case TypeCode.UInt64
Microsoft\VisualBasic\CompilerServices\Symbols.vb (4)
217Case TypeCode.UInt64 : Return GetType(ULong) 272TypeCode.UInt64 302TypeCode.UInt64, 336TypeCode.UInt64,
Microsoft\VisualBasic\CompilerServices\Utils.LateBinder.vb (1)
380Case TypeCode.UInt64 : result = "ULong"
Microsoft\VisualBasic\CompilerServices\Versioned.vb (1)
64TypeCode.UInt64,
Microsoft\VisualBasic\Conversion.vb (5)
139TypeCode.UInt64 214TypeCode.UInt64 322Case TypeCode.UInt64 433Case TypeCode.UInt64 509TypeCode.UInt64,
Microsoft\VisualBasic\Strings.vb (2)
628Case TypeCode.UInt64 1290TypeCode.UInt64,
MSBuild (1)
TaskParameter.cs (1)
628TypeCode.UInt64 => typeof(ulong),
MSBuildTaskHost (2)
Concurrent\ConcurrentDictionary.cs (1)
86case TypeCode.UInt64:
TaskParameter.cs (1)
628TypeCode.UInt64 => typeof(ulong),
PresentationFramework (7)
System\Windows\Controls\DataGridLengthConverter.cs (1)
36case TypeCode.UInt64:
System\Windows\Controls\VirtualizationCacheLengthConverter.cs (1)
47case TypeCode.UInt64:
System\Windows\CornerRadiusConverter.cs (1)
42case TypeCode.UInt64:
System\Windows\FigureLengthConverter.cs (1)
60case TypeCode.UInt64:
System\Windows\GridLengthConverter.cs (1)
63case TypeCode.UInt64:
System\Windows\LengthConverter.cs (1)
57case TypeCode.UInt64:
System\Windows\ThicknessConverter.cs (1)
50case TypeCode.UInt64:
System.Data.Common (2)
System\Data\Common\DataStorage.cs (1)
28UInt64 = TypeCode.UInt64,
System\Data\Common\ObjectStorage.cs (1)
206case TypeCode.UInt64: return Families.NUMBER;
System.Data.Odbc (1)
System\Data\Odbc\Odbc32.cs (1)
922case TypeCode.UInt64: return s_numeric;
System.Linq.Expressions (75)
System\Dynamic\Utils\TypeUtils.cs (14)
64case TypeCode.UInt64: 123case TypeCode.UInt64: 145case TypeCode.UInt64: 161case TypeCode.UInt64: 183case TypeCode.UInt64: 200case TypeCode.UInt64: 218case TypeCode.UInt64: 609case TypeCode.UInt64: 766case TypeCode.UInt64: 792case TypeCode.UInt64: 815case TypeCode.UInt64: 824case TypeCode.UInt64: 841case TypeCode.UInt64: 983case TypeCode.UInt64:
System\Linq\Expressions\Compiler\ILGen.cs (10)
90case TypeCode.UInt64: 137case TypeCode.UInt64: 194case TypeCode.UInt64: 234case TypeCode.UInt64: 392case TypeCode.UInt64: 534case TypeCode.UInt64: 663TypeCode.UInt64 => Decimal_op_Implicit_UInt64, 761if (!isChecked && tf == TypeCode.UInt64) 770case TypeCode.UInt64: 1102case TypeCode.UInt64:
System\Linq\Expressions\Compiler\LambdaCompiler.Statements.cs (2)
289Is64BitSwitch = code == TypeCode.UInt64 || code == TypeCode.Int64; 355case TypeCode.UInt64:
System\Linq\Expressions\Compiler\LambdaCompiler.Unary.cs (1)
255case TypeCode.UInt64:
System\Linq\Expressions\Interpreter\AddInstruction.cs (2)
173TypeCode.UInt64 => s_UInt64 ??= new AddUInt64(), 309TypeCode.UInt64 => s_UInt64 ??= new AddOvfUInt64(),
System\Linq\Expressions\Interpreter\AndInstruction.cs (1)
184TypeCode.UInt64 => s_UInt64 ??= new AndUInt64(),
System\Linq\Expressions\Interpreter\CallInstruction.Generated.cs (3)
68case TypeCode.UInt64: return FastCreate<UInt64>(target, pi); 112case TypeCode.UInt64: return FastCreate<T0, UInt64>(target, pi); 154case TypeCode.UInt64: return new FuncCallInstruction<T0, T1, UInt64>(target);
System\Linq\Expressions\Interpreter\DecrementInstruction.cs (1)
165TypeCode.UInt64 => s_UInt64 ??= new DecrementUInt64(),
System\Linq\Expressions\Interpreter\DivInstruction.cs (1)
173TypeCode.UInt64 => s_UInt64 ??= new DivUInt64(),
System\Linq\Expressions\Interpreter\EqualInstruction.cs (2)
525case TypeCode.UInt64: return s_UInt64LiftedToNull ??= new EqualUInt64LiftedToNull(); 545case TypeCode.UInt64: return s_UInt64 ??= new EqualUInt64();
System\Linq\Expressions\Interpreter\ExclusiveOrInstruction.cs (1)
172TypeCode.UInt64 => s_UInt64 ??= new ExclusiveOrUInt64(),
System\Linq\Expressions\Interpreter\GreaterThanInstruction.cs (2)
292TypeCode.UInt64 => s_liftedToNullUInt64 ??= new GreaterThanUInt64(null), 310TypeCode.UInt64 => s_UInt64 ??= new GreaterThanUInt64(Utils.BoxedFalse),
System\Linq\Expressions\Interpreter\GreaterThanOrEqualInstruction.cs (2)
292TypeCode.UInt64 => s_liftedToNullUInt64 ??= new GreaterThanOrEqualUInt64(null), 310TypeCode.UInt64 => s_UInt64 ??= new GreaterThanOrEqualUInt64(Utils.BoxedFalse),
System\Linq\Expressions\Interpreter\IncrementInstruction.cs (1)
165TypeCode.UInt64 => s_UInt64 ??= new IncrementUInt64(),
System\Linq\Expressions\Interpreter\LeftShiftInstruction.cs (1)
172TypeCode.UInt64 => s_UInt64 ??= new LeftShiftUInt64(),
System\Linq\Expressions\Interpreter\LessThanInstruction.cs (2)
291TypeCode.UInt64 => s_liftedToNullUInt64 ??= new LessThanUInt64(null), 309TypeCode.UInt64 => s_UInt64 ??= new LessThanUInt64(Utils.BoxedFalse),
System\Linq\Expressions\Interpreter\LessThanOrEqualInstruction.cs (2)
292TypeCode.UInt64 => s_liftedToNullUInt64 ??= new LessThanOrEqualUInt64(null), 310TypeCode.UInt64 => s_UInt64 ??= new LessThanOrEqualUInt64(Utils.BoxedFalse),
System\Linq\Expressions\Interpreter\LightCompiler.cs (1)
1575case TypeCode.UInt64:
System\Linq\Expressions\Interpreter\ModuloInstruction.cs (1)
173TypeCode.UInt64 => s_UInt64 ??= new ModuloUInt64(),
System\Linq\Expressions\Interpreter\MulInstruction.cs (2)
173TypeCode.UInt64 => s_UInt64 ??= new MulUInt64(), 310TypeCode.UInt64 => s_UInt64 ??= new MulOvfUInt64(),
System\Linq\Expressions\Interpreter\NotEqualInstruction.cs (2)
507case TypeCode.UInt64: return s_UInt64LiftedToNull ??= new NotEqualUInt64LiftedToNull(); 527case TypeCode.UInt64: return s_UInt64 ??= new NotEqualUInt64();
System\Linq\Expressions\Interpreter\NotInstruction.cs (1)
178TypeCode.UInt64 => s_UInt64 ??= new NotUInt64(),
System\Linq\Expressions\Interpreter\NumericConvertInstruction.cs (11)
76TypeCode.UInt64 => ConvertUInt64((ulong)obj), 97TypeCode.UInt64 => (ulong)obj, 121TypeCode.UInt64 => (ulong)obj, 144TypeCode.UInt64 => (ulong)obj, 167TypeCode.UInt64 => (ulong)obj, 199TypeCode.UInt64 => ConvertUInt64((ulong)obj), 220TypeCode.UInt64 => (ulong)obj, 244TypeCode.UInt64 => (ulong)obj, 267TypeCode.UInt64 => (ulong)obj, 290TypeCode.UInt64 => (ulong)obj, 324TypeCode.UInt64 => (ulong)obj,
System\Linq\Expressions\Interpreter\OrInstruction.cs (1)
187TypeCode.UInt64 => s_UInt64 ??= new OrUInt64(),
System\Linq\Expressions\Interpreter\RightShiftInstruction.cs (1)
173TypeCode.UInt64 => s_UInt64 ??= new RightShiftUInt64(),
System\Linq\Expressions\Interpreter\SubInstruction.cs (2)
173TypeCode.UInt64 => s_UInt64 ??= new SubUInt64(), 309TypeCode.UInt64 => s_UInt64 ??= new SubOvfUInt64(),
System\Linq\Expressions\Interpreter\TypeOperations.cs (3)
373TypeCode.UInt64 => s_UInt64 ??= new CastInstructionT<ulong>(), 397TypeCode.Byte, TypeCode.UInt16, TypeCode.UInt64, TypeCode.Char, TypeCode.Boolean 434case TypeCode.UInt64:
System\Linq\Expressions\Interpreter\Utilities.cs (1)
130case TypeCode.UInt64:
System\Linq\Expressions\ParameterExpression.cs (1)
63case TypeCode.UInt64: return new PrimitiveParameterExpression<ulong>(name);
System.Private.CoreLib (17)
src\libraries\System.Private.CoreLib\src\System\Convert.cs (1)
155TypeCode.UInt64 => v.ToUInt64(provider),
src\libraries\System.Private.CoreLib\src\System\DefaultBinder.cs (1)
1279UInt64 = 1 << TypeCode.UInt64,
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventPipeMetadataGenerator.cs (1)
665return UIntPtr.Size == 4 ? TypeCode.UInt32 : TypeCode.UInt64;
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (2)
1875else if (typeCode == TypeCode.UInt64) 6061case TypeCode.UInt64:
src\libraries\System.Private.CoreLib\src\System\Enum.cs (4)
135case TypeCode.UInt64: 1144case TypeCode.UInt64: return (ulong)value; 2170CorElementType.ELEMENT_TYPE_U8 => TypeCode.UInt64, 2206case TypeCode.UInt64: return ToObject(enumType, (ulong)value);
src\libraries\System.Private.CoreLib\src\System\RuntimeType.cs (1)
240TypeCode.UInt64 => Enum.IsDefinedPrimitive(this, (ulong)value),
src\libraries\System.Private.CoreLib\src\System\Type.cs (1)
526return TypeCode.UInt64;
src\libraries\System.Private.CoreLib\src\System\UInt64.cs (1)
191return TypeCode.UInt64;
src\System\Reflection\Emit\CustomAttributeBuilder.cs (4)
258TypeCode.Int64 or TypeCode.UInt64; 312case TypeCode.UInt64: 398case TypeCode.UInt64: 468case TypeCode.UInt64:
src\System\StubHelpers.cs (1)
926case TypeCode.UInt64: vt = VarEnum.VT_UI8; break;
System.Private.DataContractSerialization (14)
System\Runtime\Serialization\CodeGenerator.cs (6)
650case TypeCode.UInt64: 757TypeCode.UInt64 => OpCodes.Ldind_I8, // TypeCode.UInt64: 832case TypeCode.UInt64: 975TypeCode.UInt64 => OpCodes.Ldelem_I8, // TypeCode.UInt64: 1015TypeCode.UInt64 => OpCodes.Stelem_I8, // TypeCode.UInt64: 1144TypeCode.UInt64 => OpCodes.Conv_I8, // TypeCode.UInt64:
System\Runtime\Serialization\DataContract.cs (1)
717case TypeCode.UInt64:
System\Runtime\Serialization\ExtensionDataReader.cs (1)
707case TypeCode.UInt64:
System\Runtime\Serialization\Json\ReflectionJsonFormatReader.cs (1)
224TypeCode.UInt64 => ulong.Parse(keyString),
System\Runtime\Serialization\Json\XmlObjectSerializerReadContextComplexJson.cs (1)
132TypeCode.UInt64 => new DataNode<ulong>((ulong)numericalValue),
System\Runtime\Serialization\XmlReaderDelegator.cs (2)
257case TypeCode.UInt64: 312case TypeCode.UInt64:
System\Runtime\Serialization\XmlWriterDelegator.cs (2)
329case TypeCode.UInt64: 406case TypeCode.UInt64:
System.Private.Windows.Core (1)
System\Private\Windows\BinaryFormat\Support\TypeExtensions.cs (1)
25TypeCode.UInt64 => PrimitiveType.UInt64,
System.Private.Xml (6)
System\Xml\Serialization\CodeGenerator.cs (1)
802case TypeCode.UInt64:
System\Xml\Serialization\Types.cs (1)
568case TypeCode.UInt64: return true;
System\Xml\Serialization\XmlSerializationWriter.cs (2)
222case TypeCode.UInt64: typeName = "unsignedLong"; break; 329case TypeCode.UInt64:
System\Xml\Serialization\XmlSerializer.cs (2)
904case TypeCode.UInt64: 986case TypeCode.UInt64:
System.Reflection.MetadataLoadContext (3)
System\Reflection\DefaultBinder.CanConvert.cs (1)
35UInt64 = 1 << (int)TypeCode.UInt64,
System\Reflection\TypeLoading\Types\RoDefinitionType.cs (1)
206return TypeCode.UInt64;
System\Reflection\TypeLoading\Types\RoType.cs (1)
352TypeCode.UInt64 => new ulong[numValues],
System.Text.Json (5)
System\Text\Json\Nodes\JsonValueOfT.cs (1)
117TypeCode.UInt64 => JsonValueKind.Number,
System\Text\Json\Serialization\Converters\Value\EnumConverter.cs (3)
119case TypeCode.UInt64 when reader.TryGetUInt64(out ulong uint64): return (T)(object)uint64; 358TypeCode.UInt64 => (ulong)(object)value, 385TypeCode.UInt64 => (T)(object)value,
System\Text\Json\Serialization\Converters\Value\EnumConverterFactory.cs (1)
53or TypeCode.Byte or TypeCode.UInt16 or TypeCode.UInt32 or TypeCode.UInt64;
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonControlLengthConverter.cs (1)
59case TypeCode.UInt64:
System.Windows.Forms.Design (2)
System\ComponentModel\Design\Serialization\CodeDomSerializerBase.cs (2)
1299TypeCode.UInt64 1397case TypeCode.UInt64: