486 references to UInt16
dotnet-svcutil-lib (17)
FrameworkFork\Microsoft.Xml\Xml\Serialization\CodeGenerator.cs (1)
1146case TypeCode.UInt16:
FrameworkFork\Microsoft.Xml\Xml\Serialization\Types.cs (1)
593case TypeCode.UInt16: return true;
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializationWriter.cs (3)
220case TypeCode.UInt16: typeName = "unsignedShort"; break; 309case TypeCode.UInt16: 3556case TypeCode.UInt16:
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializer.cs (2)
814case TypeCode.UInt16: 888case TypeCode.UInt16:
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CodeGenerator.cs (6)
779case TypeCode.UInt16: 902case TypeCode.UInt16: 996case TypeCode.UInt16: 1245case TypeCode.UInt16: 1309case TypeCode.UInt16: 1485case TypeCode.UInt16:
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\DataContract.cs (1)
908case TypeCode.UInt16:
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\TypeCode.cs (1)
37return TypeCode.UInt16;
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlWriterDelegator.cs (1)
338case TypeCode.UInt16:
FrameworkFork\System.ServiceModel\Extensions\ReflectionExtensions.cs (1)
135return TypeCode.UInt16;
illink (1)
Microsoft.Build (2)
TaskParameter.cs (2)
527case TypeCode.UInt16: 625TypeCode.UInt16 => typeof(ushort),
Microsoft.Build.Engine.UnitTests (2)
TaskParameter_Tests.cs (2)
50[InlineData(typeof(ushort), (int)TypeCode.UInt16, "30000")] 85[InlineData(typeof(ushort), (int)TypeCode.UInt16, "30000;20000;10")]
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\Semantics\ConstVal.cs (1)
96TypeCode.UInt16 => default(ushort).Equals(o),
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Constant.cs (1)
65TypeCode.UInt16 => Val.UInt16Val,
Microsoft\CSharp\RuntimeBinder\SymbolTable.cs (1)
1589case TypeCode.UInt16:
Microsoft.VisualBasic.Core (325)
Microsoft\VisualBasic\CompilerServices\ConversionResolution.vb (5)
80NumericSpecificityRank(TypeCode.UInt16) = 4 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}, 167Debug.Assert(TypeCode.UInt16 = 8, "wrong value!")
Microsoft\VisualBasic\CompilerServices\Conversions.vb (18)
99Case TypeCode.UInt16 243Case TypeCode.UInt16 390Case TypeCode.UInt16 533Case TypeCode.UInt16 679Case TypeCode.UInt16 822Case TypeCode.UInt16 967Case TypeCode.UInt16 1113Case TypeCode.UInt16 1260Case TypeCode.UInt16 1419Case TypeCode.UInt16 1659Case TypeCode.UInt16 1804Case TypeCode.UInt16 1996TypeCode.UInt16, 2068TypeCode.UInt16, 2273Case TypeCode.UInt16 2344Case TypeCode.UInt16 2427Case TypeCode.UInt16 : Return CastUInt16Enum(iconv.ToUInt16(Nothing), TargetType) 2465Case TypeCode.UInt16 : Return CastUInt16Enum(CUShort(Expression), TargetType)
Microsoft\VisualBasic\CompilerServices\ObjectType.vb (2)
272Case TypeCode.UInt16 3655Case TypeCode.UInt16
Microsoft\VisualBasic\CompilerServices\Operators.vb (287)
410Case TypeCode.Empty * s_TCMAX + TypeCode.UInt16 456Case TypeCode.Boolean * s_TCMAX + TypeCode.UInt16, 496Case TypeCode.SByte * s_TCMAX + TypeCode.UInt16, 499TypeCode.Int16 * s_TCMAX + TypeCode.UInt16, 501TypeCode.UInt16 * s_TCMAX + TypeCode.SByte, 502TypeCode.UInt16 * s_TCMAX + TypeCode.Int16, 503TypeCode.UInt16 * s_TCMAX + TypeCode.Int32, 507TypeCode.Int32 * s_TCMAX + TypeCode.UInt16, 517TypeCode.UInt16 * s_TCMAX + TypeCode.Int64, 527TypeCode.Int64 * s_TCMAX + TypeCode.UInt16, 539TypeCode.UInt16 * s_TCMAX + TypeCode.Decimal, 553TypeCode.Decimal * s_TCMAX + TypeCode.UInt16, 565TypeCode.UInt16 * s_TCMAX + TypeCode.Single, 574TypeCode.Single * s_TCMAX + TypeCode.UInt16, 587TypeCode.UInt16 * s_TCMAX + TypeCode.Double, 597TypeCode.Double * s_TCMAX + TypeCode.UInt16, 611TypeCode.UInt16 * s_TCMAX + TypeCode.String, 631Case TypeCode.Byte * s_TCMAX + TypeCode.UInt16, 632TypeCode.UInt16 * s_TCMAX + TypeCode.Byte, 633TypeCode.UInt16 * s_TCMAX + TypeCode.UInt16 638TypeCode.UInt16 * s_TCMAX + TypeCode.UInt32, 640TypeCode.UInt32 * s_TCMAX + TypeCode.UInt16, 646TypeCode.UInt16 * s_TCMAX + TypeCode.UInt64, 649TypeCode.UInt64 * s_TCMAX + TypeCode.UInt16, 662Case TypeCode.UInt16 * s_TCMAX + TypeCode.Empty 665Case TypeCode.UInt16 * s_TCMAX + TypeCode.Boolean 739TypeCode.String * s_TCMAX + TypeCode.UInt16, 904Case TypeCode.UInt16 982Case TypeCode.UInt16 1151Case TypeCode.UInt16 1300Case TypeCode.Empty * s_TCMAX + TypeCode.UInt16, 1301TypeCode.UInt16 * s_TCMAX + TypeCode.Empty 1339Case TypeCode.Boolean * s_TCMAX + TypeCode.UInt16, 1370Case TypeCode.SByte * s_TCMAX + TypeCode.UInt16, 1373TypeCode.Int16 * s_TCMAX + TypeCode.UInt16, 1375TypeCode.UInt16 * s_TCMAX + TypeCode.SByte, 1376TypeCode.UInt16 * s_TCMAX + TypeCode.Int16, 1377TypeCode.UInt16 * s_TCMAX + TypeCode.Int32, 1381TypeCode.Int32 * s_TCMAX + TypeCode.UInt16 1401TypeCode.UInt16 * s_TCMAX + TypeCode.Int64, 1402TypeCode.UInt16 * s_TCMAX + TypeCode.Decimal, 1403TypeCode.UInt16 * s_TCMAX + TypeCode.Single, 1404TypeCode.UInt16 * s_TCMAX + TypeCode.Double, 1421TypeCode.Int64 * s_TCMAX + TypeCode.UInt16, 1438TypeCode.Decimal * s_TCMAX + TypeCode.UInt16, 1449TypeCode.Single * s_TCMAX + TypeCode.UInt16, 1460TypeCode.Double * s_TCMAX + TypeCode.UInt16, 1474TypeCode.UInt16 * s_TCMAX + TypeCode.String, 1493Case TypeCode.Byte * s_TCMAX + TypeCode.UInt16, 1494TypeCode.UInt16 * s_TCMAX + TypeCode.Byte 1498TypeCode.UInt16 * s_TCMAX + TypeCode.UInt32, 1500TypeCode.UInt32 * s_TCMAX + TypeCode.UInt16 1505TypeCode.UInt16 * s_TCMAX + TypeCode.UInt64, 1508TypeCode.UInt64 * s_TCMAX + TypeCode.UInt16, 1518Case TypeCode.UInt16 * s_TCMAX + TypeCode.Boolean, 1522Case TypeCode.UInt16 * s_TCMAX + TypeCode.UInt16 1565TypeCode.String * s_TCMAX + TypeCode.UInt16, 1669TypeCode.Empty * s_TCMAX + TypeCode.UInt16, 1699Case TypeCode.Boolean * s_TCMAX + TypeCode.UInt16, 1718TypeCode.UInt16 * s_TCMAX + TypeCode.Empty, 1741Case TypeCode.SByte * s_TCMAX + TypeCode.UInt16, 1744TypeCode.Int16 * s_TCMAX + TypeCode.UInt16, 1746TypeCode.UInt16 * s_TCMAX + TypeCode.SByte, 1747TypeCode.UInt16 * s_TCMAX + TypeCode.Int16, 1748TypeCode.UInt16 * s_TCMAX + TypeCode.Int32, 1752TypeCode.Int32 * s_TCMAX + TypeCode.UInt16 1772TypeCode.UInt16 * s_TCMAX + TypeCode.Int64, 1773TypeCode.UInt16 * s_TCMAX + TypeCode.Decimal, 1774TypeCode.UInt16 * s_TCMAX + TypeCode.Single, 1775TypeCode.UInt16 * s_TCMAX + TypeCode.Double, 1792TypeCode.Int64 * s_TCMAX + TypeCode.UInt16, 1809TypeCode.Decimal * s_TCMAX + TypeCode.UInt16, 1820TypeCode.Single * s_TCMAX + TypeCode.UInt16, 1831TypeCode.Double * s_TCMAX + TypeCode.UInt16, 1845TypeCode.UInt16 * s_TCMAX + TypeCode.String, 1864Case TypeCode.Byte * s_TCMAX + TypeCode.UInt16, 1865TypeCode.UInt16 * s_TCMAX + TypeCode.Byte 1869TypeCode.UInt16 * s_TCMAX + TypeCode.UInt32, 1871TypeCode.UInt32 * s_TCMAX + TypeCode.UInt16 1876TypeCode.UInt16 * s_TCMAX + TypeCode.UInt64, 1879TypeCode.UInt64 * s_TCMAX + TypeCode.UInt16, 1889Case TypeCode.UInt16 * s_TCMAX + TypeCode.Boolean, 1893Case TypeCode.UInt16 * s_TCMAX + TypeCode.UInt16 1937TypeCode.String * s_TCMAX + TypeCode.UInt16, 2047Case TypeCode.Empty * s_TCMAX + TypeCode.UInt16 2084Case TypeCode.Boolean * s_TCMAX + TypeCode.UInt16, 2118Case TypeCode.SByte * s_TCMAX + TypeCode.UInt16, 2121TypeCode.Int16 * s_TCMAX + TypeCode.UInt16, 2123TypeCode.UInt16 * s_TCMAX + TypeCode.SByte, 2124TypeCode.UInt16 * s_TCMAX + TypeCode.Int16, 2125TypeCode.UInt16 * s_TCMAX + TypeCode.Int32, 2129TypeCode.Int32 * s_TCMAX + TypeCode.UInt16 2149TypeCode.UInt16 * s_TCMAX + TypeCode.Int64, 2150TypeCode.UInt16 * s_TCMAX + TypeCode.Decimal, 2151TypeCode.UInt16 * s_TCMAX + TypeCode.Single, 2152TypeCode.UInt16 * s_TCMAX + TypeCode.Double, 2169TypeCode.Int64 * s_TCMAX + TypeCode.UInt16, 2186TypeCode.Decimal * s_TCMAX + TypeCode.UInt16, 2197TypeCode.Single * s_TCMAX + TypeCode.UInt16, 2208TypeCode.Double * s_TCMAX + TypeCode.UInt16, 2222TypeCode.UInt16 * s_TCMAX + TypeCode.String, 2244Case TypeCode.Byte * s_TCMAX + TypeCode.UInt16, 2245TypeCode.UInt16 * s_TCMAX + TypeCode.Byte 2249TypeCode.UInt16 * s_TCMAX + TypeCode.UInt32, 2251TypeCode.UInt32 * s_TCMAX + TypeCode.UInt16 2256TypeCode.UInt16 * s_TCMAX + TypeCode.UInt64, 2259TypeCode.UInt64 * s_TCMAX + TypeCode.UInt16, 2271Case TypeCode.UInt16 * s_TCMAX + TypeCode.Empty 2274Case TypeCode.UInt16 * s_TCMAX + TypeCode.Boolean, 2278Case TypeCode.UInt16 * s_TCMAX + TypeCode.UInt16 2330TypeCode.String * s_TCMAX + TypeCode.UInt16, 2466Case TypeCode.Empty * s_TCMAX + TypeCode.UInt16 2508Case TypeCode.Boolean * s_TCMAX + TypeCode.UInt16, 2549Case TypeCode.SByte * s_TCMAX + TypeCode.UInt16, 2552TypeCode.Int16 * s_TCMAX + TypeCode.UInt16, 2554TypeCode.UInt16 * s_TCMAX + TypeCode.SByte, 2555TypeCode.UInt16 * s_TCMAX + TypeCode.Int16, 2556TypeCode.UInt16 * s_TCMAX + TypeCode.Int32, 2560TypeCode.Int32 * s_TCMAX + TypeCode.UInt16, 2570TypeCode.UInt16 * s_TCMAX + TypeCode.Int64, 2580TypeCode.Int64 * s_TCMAX + TypeCode.UInt16, 2592TypeCode.UInt16 * s_TCMAX + TypeCode.Decimal, 2606TypeCode.Decimal * s_TCMAX + TypeCode.UInt16, 2618TypeCode.UInt16 * s_TCMAX + TypeCode.Single, 2627TypeCode.Single * s_TCMAX + TypeCode.UInt16, 2640TypeCode.UInt16 * s_TCMAX + TypeCode.Double, 2650TypeCode.Double * s_TCMAX + TypeCode.UInt16, 2664TypeCode.UInt16 * s_TCMAX + TypeCode.String, 2685Case TypeCode.Byte * s_TCMAX + TypeCode.UInt16, 2686TypeCode.UInt16 * s_TCMAX + TypeCode.Byte, 2687TypeCode.UInt16 * s_TCMAX + TypeCode.UInt16 2691TypeCode.UInt16 * s_TCMAX + TypeCode.UInt32, 2693TypeCode.UInt32 * s_TCMAX + TypeCode.UInt16, 2698TypeCode.UInt16 * s_TCMAX + TypeCode.UInt64, 2701TypeCode.UInt64 * s_TCMAX + TypeCode.UInt16, 2712Case TypeCode.UInt16 * s_TCMAX + TypeCode.Empty 2715Case TypeCode.UInt16 * s_TCMAX + TypeCode.Boolean, 2786TypeCode.String * s_TCMAX + TypeCode.UInt16, 2957Case TypeCode.Empty * s_TCMAX + TypeCode.UInt16 2997Case TypeCode.Boolean * s_TCMAX + TypeCode.UInt16, 3038Case TypeCode.SByte * s_TCMAX + TypeCode.UInt16, 3041TypeCode.Int16 * s_TCMAX + TypeCode.UInt16, 3043TypeCode.UInt16 * s_TCMAX + TypeCode.SByte, 3044TypeCode.UInt16 * s_TCMAX + TypeCode.Int16, 3045TypeCode.UInt16 * s_TCMAX + TypeCode.Int32, 3049TypeCode.Int32 * s_TCMAX + TypeCode.UInt16, 3059TypeCode.UInt16 * s_TCMAX + TypeCode.Int64, 3069TypeCode.Int64 * s_TCMAX + TypeCode.UInt16, 3081TypeCode.UInt16 * s_TCMAX + TypeCode.Decimal, 3095TypeCode.Decimal * s_TCMAX + TypeCode.UInt16, 3107TypeCode.UInt16 * s_TCMAX + TypeCode.Single, 3116TypeCode.Single * s_TCMAX + TypeCode.UInt16, 3129TypeCode.UInt16 * s_TCMAX + TypeCode.Double, 3139TypeCode.Double * s_TCMAX + TypeCode.UInt16, 3153TypeCode.UInt16 * s_TCMAX + TypeCode.String, 3175Case TypeCode.Byte * s_TCMAX + TypeCode.UInt16, 3176TypeCode.UInt16 * s_TCMAX + TypeCode.Byte, 3177TypeCode.UInt16 * s_TCMAX + TypeCode.UInt16 3181TypeCode.UInt16 * s_TCMAX + TypeCode.UInt32, 3183TypeCode.UInt32 * s_TCMAX + TypeCode.UInt16, 3188TypeCode.UInt16 * s_TCMAX + TypeCode.UInt64, 3191TypeCode.UInt64 * s_TCMAX + TypeCode.UInt16, 3201Case TypeCode.UInt16 * s_TCMAX + TypeCode.Empty 3204Case TypeCode.UInt16 * s_TCMAX + TypeCode.Boolean, 3252TypeCode.String * s_TCMAX + TypeCode.UInt16, 3426Case TypeCode.Empty * s_TCMAX + TypeCode.UInt16, 3427TypeCode.UInt16 * s_TCMAX + TypeCode.Empty 3468Case TypeCode.Boolean * s_TCMAX + TypeCode.UInt16, 3505Case TypeCode.SByte * s_TCMAX + TypeCode.UInt16, 3508TypeCode.Int16 * s_TCMAX + TypeCode.UInt16, 3510TypeCode.UInt16 * s_TCMAX + TypeCode.SByte, 3511TypeCode.UInt16 * s_TCMAX + TypeCode.Int16, 3512TypeCode.UInt16 * s_TCMAX + TypeCode.Int32, 3516TypeCode.Int32 * s_TCMAX + TypeCode.UInt16, 3526TypeCode.UInt16 * s_TCMAX + TypeCode.Int64, 3536TypeCode.Int64 * s_TCMAX + TypeCode.UInt16, 3548TypeCode.UInt16 * s_TCMAX + TypeCode.Decimal, 3562TypeCode.Decimal * s_TCMAX + TypeCode.UInt16, 3574TypeCode.UInt16 * s_TCMAX + TypeCode.Single, 3583TypeCode.Single * s_TCMAX + TypeCode.UInt16, 3596TypeCode.UInt16 * s_TCMAX + TypeCode.Double, 3606TypeCode.Double * s_TCMAX + TypeCode.UInt16, 3620TypeCode.UInt16 * s_TCMAX + TypeCode.String, 3639Case TypeCode.Byte * s_TCMAX + TypeCode.UInt16, 3640TypeCode.UInt16 * s_TCMAX + TypeCode.Byte, 3641TypeCode.UInt16 * s_TCMAX + TypeCode.UInt16 3645TypeCode.UInt16 * s_TCMAX + TypeCode.UInt32, 3647TypeCode.UInt32 * s_TCMAX + TypeCode.UInt16, 3652TypeCode.UInt16 * s_TCMAX + TypeCode.UInt64, 3655TypeCode.UInt64 * s_TCMAX + TypeCode.UInt16, 3662Case TypeCode.UInt16 * s_TCMAX + TypeCode.Boolean, 3692TypeCode.String * s_TCMAX + TypeCode.UInt16, 3871TypeCode.Empty * s_TCMAX + TypeCode.UInt16, 3898TypeCode.Boolean * s_TCMAX + TypeCode.UInt16, 3919TypeCode.UInt16 * s_TCMAX + TypeCode.Empty, 3930TypeCode.UInt16 * s_TCMAX + TypeCode.Boolean, 3941TypeCode.SByte * s_TCMAX + TypeCode.UInt16, 3950TypeCode.Byte * s_TCMAX + TypeCode.UInt16, 3959TypeCode.Int16 * s_TCMAX + TypeCode.UInt16, 3965TypeCode.UInt16 * s_TCMAX + TypeCode.SByte, 3966TypeCode.UInt16 * s_TCMAX + TypeCode.Byte, 3967TypeCode.UInt16 * s_TCMAX + TypeCode.Int16, 3968TypeCode.UInt16 * s_TCMAX + TypeCode.UInt16, 3969TypeCode.UInt16 * s_TCMAX + TypeCode.Int32, 3970TypeCode.UInt16 * s_TCMAX + TypeCode.UInt32, 3971TypeCode.UInt16 * s_TCMAX + TypeCode.Int64, 3972TypeCode.UInt16 * s_TCMAX + TypeCode.UInt64, 3973TypeCode.UInt16 * s_TCMAX + TypeCode.Double, 3977TypeCode.Int32 * s_TCMAX + TypeCode.UInt16, 3986TypeCode.UInt32 * s_TCMAX + TypeCode.UInt16, 3995TypeCode.Int64 * s_TCMAX + TypeCode.UInt16, 4004TypeCode.UInt64 * s_TCMAX + TypeCode.UInt16, 4015TypeCode.Double * s_TCMAX + TypeCode.UInt16, 4028TypeCode.UInt16 * s_TCMAX + TypeCode.Decimal, 4036TypeCode.Decimal * s_TCMAX + TypeCode.UInt16, 4047TypeCode.UInt16 * s_TCMAX + TypeCode.Single, 4056TypeCode.Single * s_TCMAX + TypeCode.UInt16, 4068TypeCode.UInt16 * s_TCMAX + TypeCode.String, 4102TypeCode.String * s_TCMAX + TypeCode.UInt16, 4181TypeCode.UInt16, 4213TypeCode.UInt16, 4266Case TypeCode.Empty * s_TCMAX + TypeCode.UInt16 4307Case TypeCode.Boolean * s_TCMAX + TypeCode.UInt16, 4348Case TypeCode.SByte * s_TCMAX + TypeCode.UInt16, 4351TypeCode.Int16 * s_TCMAX + TypeCode.UInt16, 4353TypeCode.UInt16 * s_TCMAX + TypeCode.SByte, 4354TypeCode.UInt16 * s_TCMAX + TypeCode.Int16, 4355TypeCode.UInt16 * s_TCMAX + TypeCode.Int32, 4359TypeCode.Int32 * s_TCMAX + TypeCode.UInt16, 4369TypeCode.UInt16 * s_TCMAX + TypeCode.Int64, 4379TypeCode.Int64 * s_TCMAX + TypeCode.UInt16, 4391TypeCode.UInt16 * s_TCMAX + TypeCode.Decimal, 4405TypeCode.Decimal * s_TCMAX + TypeCode.UInt16, 4417TypeCode.UInt16 * s_TCMAX + TypeCode.Single, 4426TypeCode.Single * s_TCMAX + TypeCode.UInt16, 4439TypeCode.UInt16 * s_TCMAX + TypeCode.Double, 4449TypeCode.Double * s_TCMAX + TypeCode.UInt16, 4463TypeCode.UInt16 * s_TCMAX + TypeCode.String, 4485Case TypeCode.Byte * s_TCMAX + TypeCode.UInt16, 4486TypeCode.UInt16 * s_TCMAX + TypeCode.Byte, 4487TypeCode.UInt16 * s_TCMAX + TypeCode.UInt16 4491TypeCode.UInt16 * s_TCMAX + TypeCode.UInt32, 4493TypeCode.UInt32 * s_TCMAX + TypeCode.UInt16, 4498TypeCode.UInt16 * s_TCMAX + TypeCode.UInt64, 4501TypeCode.UInt64 * s_TCMAX + TypeCode.UInt16, 4512Case TypeCode.UInt16 * s_TCMAX + TypeCode.Empty 4515Case TypeCode.UInt16 * s_TCMAX + TypeCode.Boolean, 4569TypeCode.String * s_TCMAX + TypeCode.UInt16, 4679Case TypeCode.Empty * s_TCMAX + TypeCode.UInt16 4716Case TypeCode.Boolean * s_TCMAX + TypeCode.UInt16, 4752Case TypeCode.SByte * s_TCMAX + TypeCode.UInt16, 4755TypeCode.Int16 * s_TCMAX + TypeCode.UInt16, 4757TypeCode.UInt16 * s_TCMAX + TypeCode.SByte, 4758TypeCode.UInt16 * s_TCMAX + TypeCode.Int16, 4759TypeCode.UInt16 * s_TCMAX + TypeCode.Int32, 4763TypeCode.Int32 * s_TCMAX + TypeCode.UInt16, 4784TypeCode.UInt16 * s_TCMAX + TypeCode.Int64, 4785TypeCode.UInt16 * s_TCMAX + TypeCode.Decimal, 4786TypeCode.UInt16 * s_TCMAX + TypeCode.Single, 4787TypeCode.UInt16 * s_TCMAX + TypeCode.Double, 4804TypeCode.Int64 * s_TCMAX + TypeCode.UInt16, 4822TypeCode.Decimal * s_TCMAX + TypeCode.UInt16, 4833TypeCode.Single * s_TCMAX + TypeCode.UInt16, 4844TypeCode.Double * s_TCMAX + TypeCode.UInt16, 4858TypeCode.UInt16 * s_TCMAX + TypeCode.String, 4880Case TypeCode.Byte * s_TCMAX + TypeCode.UInt16, 4881TypeCode.UInt16 * s_TCMAX + TypeCode.Byte, 4882TypeCode.UInt16 * s_TCMAX + TypeCode.UInt16 4886TypeCode.UInt16 * s_TCMAX + TypeCode.UInt32, 4888TypeCode.UInt32 * s_TCMAX + TypeCode.UInt16, 4894TypeCode.UInt16 * s_TCMAX + TypeCode.UInt64, 4897TypeCode.UInt64 * s_TCMAX + TypeCode.UInt16, 4908Case TypeCode.UInt16 * s_TCMAX + TypeCode.Empty 4911Case TypeCode.UInt16 * s_TCMAX + TypeCode.Boolean, 4956TypeCode.String * s_TCMAX + TypeCode.UInt16, 5049Case TypeCode.UInt16 5094Case TypeCode.UInt16
Microsoft\VisualBasic\CompilerServices\Symbols.vb (4)
213Case TypeCode.UInt16 : Return GetType(UShort) 268TypeCode.UInt16, 298TypeCode.UInt16, 332TypeCode.UInt16,
Microsoft\VisualBasic\CompilerServices\Utils.LateBinder.vb (1)
376Case TypeCode.UInt16 : result = "UShort"
Microsoft\VisualBasic\CompilerServices\Versioned.vb (1)
60TypeCode.UInt16,
Microsoft\VisualBasic\Conversion.vb (5)
135TypeCode.UInt16, 210TypeCode.UInt16, 306Case TypeCode.UInt16 419Case TypeCode.UInt16 505TypeCode.UInt16,
Microsoft\VisualBasic\Strings.vb (2)
620Case TypeCode.UInt16 1286TypeCode.UInt16,
MSBuild (2)
TaskParameter.cs (2)
527case TypeCode.UInt16: 625TypeCode.UInt16 => typeof(ushort),
MSBuildTaskHost (3)
Concurrent\ConcurrentDictionary.cs (1)
81case TypeCode.UInt16:
TaskParameter.cs (2)
527case TypeCode.UInt16: 625TypeCode.UInt16 => typeof(ushort),
PresentationFramework (7)
System\Windows\Controls\DataGridLengthConverter.cs (1)
34case TypeCode.UInt16:
System\Windows\Controls\VirtualizationCacheLengthConverter.cs (1)
45case TypeCode.UInt16:
System\Windows\CornerRadiusConverter.cs (1)
40case TypeCode.UInt16:
System\Windows\FigureLengthConverter.cs (1)
58case TypeCode.UInt16:
System\Windows\GridLengthConverter.cs (1)
61case TypeCode.UInt16:
System\Windows\LengthConverter.cs (1)
55case TypeCode.UInt16:
System\Windows\ThicknessConverter.cs (1)
48case TypeCode.UInt16:
System.Data.Common (2)
System\Data\Common\DataStorage.cs (1)
24UInt16 = TypeCode.UInt16,
System\Data\Common\ObjectStorage.cs (1)
202case TypeCode.UInt16: return Families.NUMBER;
System.Data.Odbc (1)
System\Data\Odbc\Odbc32.cs (1)
918case TypeCode.UInt16: return s_int;
System.Linq.Expressions (73)
System\Dynamic\Utils\TypeUtils.cs (11)
72case TypeCode.UInt16: 121case TypeCode.UInt16: 143case TypeCode.UInt16: 181case TypeCode.UInt16: 198case TypeCode.UInt16: 220case TypeCode.UInt16: 607case TypeCode.UInt16: 762case TypeCode.UInt16: 786case TypeCode.UInt16: 837case TypeCode.UInt16: 980case TypeCode.UInt16:
System\Linq\Expressions\Compiler\ILGen.cs (12)
80case TypeCode.UInt16: 129case TypeCode.UInt16: 184case TypeCode.UInt16: 226case TypeCode.UInt16: 390case TypeCode.UInt16: 528case TypeCode.UInt16: 659TypeCode.UInt16 => Decimal_op_Implicit_UInt16, 704case TypeCode.UInt16: 709case TypeCode.UInt16: 723case TypeCode.UInt16: 743case TypeCode.UInt16: 1095case TypeCode.UInt16:
System\Linq\Expressions\Compiler\LambdaCompiler.Binary.cs (1)
278case TypeCode.UInt16:
System\Linq\Expressions\Compiler\LambdaCompiler.Statements.cs (1)
352case TypeCode.UInt16:
System\Linq\Expressions\Interpreter\AddInstruction.cs (2)
171TypeCode.UInt16 => s_UInt16 ??= new AddUInt16(), 307TypeCode.UInt16 => s_UInt16 ??= new AddOvfUInt16(),
System\Linq\Expressions\Interpreter\AndInstruction.cs (1)
182TypeCode.UInt16 => s_UInt16 ??= new AndUInt16(),
System\Linq\Expressions\Interpreter\CallInstruction.Generated.cs (3)
66case TypeCode.UInt16: return FastCreate<UInt16>(target, pi); 110case TypeCode.UInt16: return FastCreate<T0, UInt16>(target, pi); 152case TypeCode.UInt16: return new FuncCallInstruction<T0, T1, UInt16>(target);
System\Linq\Expressions\Interpreter\DecrementInstruction.cs (1)
163TypeCode.UInt16 => s_UInt16 ??= new DecrementUInt16(),
System\Linq\Expressions\Interpreter\DivInstruction.cs (1)
171TypeCode.UInt16 => s_UInt16 ??= new DivUInt16(),
System\Linq\Expressions\Interpreter\EqualInstruction.cs (2)
523case TypeCode.UInt16: return s_UInt16LiftedToNull ??= new EqualUInt16LiftedToNull(); 543case TypeCode.UInt16: return s_UInt16 ??= new EqualUInt16();
System\Linq\Expressions\Interpreter\ExclusiveOrInstruction.cs (1)
170TypeCode.UInt16 => s_UInt16 ??= new ExclusiveOrUInt16(),
System\Linq\Expressions\Interpreter\GreaterThanInstruction.cs (2)
290TypeCode.UInt16 => s_liftedToNullUInt16 ??= new GreaterThanUInt16(null), 308TypeCode.UInt16 => s_UInt16 ??= new GreaterThanUInt16(Utils.BoxedFalse),
System\Linq\Expressions\Interpreter\GreaterThanOrEqualInstruction.cs (2)
290TypeCode.UInt16 => s_liftedToNullUInt16 ??= new GreaterThanOrEqualUInt16(null), 308TypeCode.UInt16 => s_UInt16 ??= new GreaterThanOrEqualUInt16(Utils.BoxedFalse),
System\Linq\Expressions\Interpreter\IncrementInstruction.cs (1)
163TypeCode.UInt16 => s_UInt16 ??= new IncrementUInt16(),
System\Linq\Expressions\Interpreter\LeftShiftInstruction.cs (1)
170TypeCode.UInt16 => s_UInt16 ??= new LeftShiftUInt16(),
System\Linq\Expressions\Interpreter\LessThanInstruction.cs (2)
289TypeCode.UInt16 => s_liftedToNullUInt16 ??= new LessThanUInt16(null), 307TypeCode.UInt16 => s_UInt16 ??= new LessThanUInt16(Utils.BoxedFalse),
System\Linq\Expressions\Interpreter\LessThanOrEqualInstruction.cs (2)
290TypeCode.UInt16 => s_liftedToNullUInt16 ??= new LessThanOrEqualUInt16(null), 308TypeCode.UInt16 => s_UInt16 ??= new LessThanOrEqualUInt16(Utils.BoxedFalse),
System\Linq\Expressions\Interpreter\LightCompiler.cs (1)
1572case TypeCode.UInt16:
System\Linq\Expressions\Interpreter\ModuloInstruction.cs (1)
171TypeCode.UInt16 => s_UInt16 ??= new ModuloUInt16(),
System\Linq\Expressions\Interpreter\MulInstruction.cs (2)
171TypeCode.UInt16 => s_UInt16 ??= new MulUInt16(), 308TypeCode.UInt16 => s_UInt16 ??= new MulOvfUInt16(),
System\Linq\Expressions\Interpreter\NotEqualInstruction.cs (2)
505case TypeCode.UInt16: return s_UInt16LiftedToNull ??= new NotEqualUInt16LiftedToNull(); 525case TypeCode.UInt16: return s_UInt16 ??= new NotEqualUInt16();
System\Linq\Expressions\Interpreter\NotInstruction.cs (1)
180TypeCode.UInt16 => s_UInt16 ??= new NotUInt16(),
System\Linq\Expressions\Interpreter\NumericConvertInstruction.cs (11)
74TypeCode.UInt16 => ConvertInt32((ushort)obj), 95TypeCode.UInt16 => (ushort)obj, 119TypeCode.UInt16 => (ushort)obj, 142TypeCode.UInt16 => (ushort)obj, 165TypeCode.UInt16 => (ushort)obj, 197TypeCode.UInt16 => ConvertInt32((ushort)obj), 218TypeCode.UInt16 => (ushort)obj, 242TypeCode.UInt16 => (ushort)obj, 265TypeCode.UInt16 => (ushort)obj, 288TypeCode.UInt16 => (ushort)obj, 322TypeCode.UInt16 => (ushort)obj,
System\Linq\Expressions\Interpreter\OrInstruction.cs (1)
185TypeCode.UInt16 => s_UInt16 ??= new OrUInt16(),
System\Linq\Expressions\Interpreter\RightShiftInstruction.cs (1)
171TypeCode.UInt16 => s_UInt16 ??= new RightShiftUInt16(),
System\Linq\Expressions\Interpreter\SubInstruction.cs (2)
171TypeCode.UInt16 => s_UInt16 ??= new SubUInt16(), 307TypeCode.UInt16 => s_UInt16 ??= new SubOvfUInt16(),
System\Linq\Expressions\Interpreter\TypeOperations.cs (3)
371TypeCode.UInt16 => s_UInt16 ??= new CastInstructionT<ushort>(), 397TypeCode.Byte, TypeCode.UInt16, TypeCode.UInt64, TypeCode.Char, TypeCode.Boolean 446case TypeCode.UInt16:
System\Linq\Expressions\Interpreter\Utilities.cs (1)
124case TypeCode.UInt16:
System\Linq\Expressions\ParameterExpression.cs (1)
61case TypeCode.UInt16: return new PrimitiveParameterExpression<ushort>(name);
System.Private.CoreLib (16)
src\libraries\System.Private.CoreLib\src\System\Convert.cs (1)
151TypeCode.UInt16 => v.ToUInt16(provider),
src\libraries\System.Private.CoreLib\src\System\DefaultBinder.cs (1)
1275UInt16 = 1 << TypeCode.UInt16,
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (2)
1854else if (typeCode == TypeCode.UInt16) 6057case TypeCode.UInt16:
src\libraries\System.Private.CoreLib\src\System\Enum.cs (4)
120case TypeCode.UInt16: 1140case TypeCode.UInt16: return (ushort)value; 2166CorElementType.ELEMENT_TYPE_U2 => TypeCode.UInt16, 2205case TypeCode.UInt16: return ToObject(enumType, (ushort)value);
src\libraries\System.Private.CoreLib\src\System\RuntimeType.cs (1)
236TypeCode.UInt16 => Enum.IsDefinedPrimitive(this, (ushort)value),
src\libraries\System.Private.CoreLib\src\System\Type.cs (1)
518return TypeCode.UInt16;
src\libraries\System.Private.CoreLib\src\System\UInt16.cs (1)
176return TypeCode.UInt16;
src\System\Reflection\Emit\CustomAttributeBuilder.cs (4)
256TypeCode.Int16 or TypeCode.UInt16 or 300case TypeCode.UInt16: 386case TypeCode.UInt16: 456case TypeCode.UInt16:
src\System\StubHelpers.cs (1)
922case TypeCode.UInt16: vt = VarEnum.VT_UI2; break;
System.Private.DataContractSerialization (14)
System\Runtime\Serialization\CodeGenerator.cs (6)
644case TypeCode.UInt16: 753TypeCode.UInt16 => OpCodes.Ldind_U2, // TypeCode.UInt16: 823case TypeCode.UInt16: 971TypeCode.UInt16 => OpCodes.Ldelem_U2, // TypeCode.UInt16: 1011TypeCode.UInt16 => OpCodes.Stelem_I2, // TypeCode.UInt16: 1140TypeCode.UInt16 => OpCodes.Conv_U2, // TypeCode.UInt16:
System\Runtime\Serialization\DataContract.cs (1)
711case TypeCode.UInt16:
System\Runtime\Serialization\ExtensionDataReader.cs (1)
701case TypeCode.UInt16:
System\Runtime\Serialization\Json\ReflectionJsonFormatReader.cs (1)
222TypeCode.UInt16 => ushort.Parse(keyString),
System\Runtime\Serialization\Json\XmlObjectSerializerReadContextComplexJson.cs (1)
130TypeCode.UInt16 => new DataNode<ushort>((ushort)numericalValue),
System\Runtime\Serialization\XmlReaderDelegator.cs (2)
253case TypeCode.UInt16: 308case TypeCode.UInt16:
System\Runtime\Serialization\XmlWriterDelegator.cs (2)
323case TypeCode.UInt16: 400case TypeCode.UInt16:
System.Private.Windows.Core (1)
System\Private\Windows\BinaryFormat\Support\TypeExtensions.cs (1)
21TypeCode.UInt16 => PrimitiveType.UInt16,
System.Private.Xml (6)
System\Xml\Serialization\CodeGenerator.cs (1)
793case TypeCode.UInt16:
System\Xml\Serialization\Types.cs (1)
566case TypeCode.UInt16: return true;
System\Xml\Serialization\XmlSerializationWriter.cs (2)
220case TypeCode.UInt16: typeName = "unsignedShort"; break; 321case TypeCode.UInt16:
System\Xml\Serialization\XmlSerializer.cs (2)
898case TypeCode.UInt16: 980case TypeCode.UInt16:
System.Reflection.MetadataLoadContext (3)
System\Reflection\DefaultBinder.CanConvert.cs (1)
31UInt16 = 1 << (int)TypeCode.UInt16,
System\Reflection\TypeLoading\Types\RoDefinitionType.cs (1)
198return TypeCode.UInt16;
System\Reflection\TypeLoading\Types\RoType.cs (1)
348TypeCode.UInt16 => new ushort[numValues],
System.Text.Json (5)
System\Text\Json\Nodes\JsonValueOfT.cs (1)
113TypeCode.UInt16 => JsonValueKind.Number,
System\Text\Json\Serialization\Converters\Value\EnumConverter.cs (3)
123case TypeCode.UInt16 when reader.TryGetUInt16(out ushort uint16): return (T)(object)uint16; 360TypeCode.UInt16 => (ushort)(object)value, 387TypeCode.UInt16 => (T)(object)(ushort)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)
57case TypeCode.UInt16:
System.Windows.Forms.Design (2)
System\ComponentModel\Design\Serialization\CodeDomSerializerBase.cs (2)
1295TypeCode.UInt16, 1365case TypeCode.UInt16: