678 references to Int16
dotnet-svcutil-lib (17)
FrameworkFork\Microsoft.Xml\Xml\Serialization\CodeGenerator.cs (1)
1145case TypeCode.Int16:
FrameworkFork\Microsoft.Xml\Xml\Serialization\Types.cs (1)
585case TypeCode.Int16: return true;
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializationWriter.cs (3)
212case TypeCode.Int16: typeName = "short"; break; 272case TypeCode.Int16: 3554case TypeCode.Int16:
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializer.cs (2)
787case TypeCode.Int16: 861case TypeCode.Int16:
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CodeGenerator.cs (6)
778case TypeCode.Int16: 900case TypeCode.Int16: 995case TypeCode.Int16: 1243case TypeCode.Int16: 1307case TypeCode.Int16: 1483case TypeCode.Int16:
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\DataContract.cs (1)
890case TypeCode.Int16:
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\TypeCode.cs (1)
33return TypeCode.Int16;
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlWriterDelegator.cs (1)
311case TypeCode.Int16:
FrameworkFork\System.ServiceModel\Extensions\ReflectionExtensions.cs (1)
132return TypeCode.Int16;
illink (1)
Microsoft.Build (2)
TaskParameter.cs (2)
521case TypeCode.Int16: 624TypeCode.Int16 => typeof(short),
Microsoft.Build.Engine.UnitTests (2)
TaskParameter_Tests.cs (2)
49[InlineData(typeof(short), (int)TypeCode.Int16, "-20000")] 84[InlineData(typeof(short), (int)TypeCode.Int16, "-20000;0;-1")]
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\Semantics\ConstVal.cs (1)
95TypeCode.Int16 => default(short).Equals(o),
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Constant.cs (1)
64TypeCode.Int16 => Val.Int16Val,
Microsoft\CSharp\RuntimeBinder\SymbolTable.cs (1)
1549case TypeCode.Int16:
Microsoft.VisualBasic.Core (515)
Microsoft\VisualBasic\CompilerServices\BooleanType.vb (1)
79Case TypeCode.Int16
Microsoft\VisualBasic\CompilerServices\ByteType.vb (1)
66Case TypeCode.Int16
Microsoft\VisualBasic\CompilerServices\CharType.vb (1)
48TypeCode.Int16,
Microsoft\VisualBasic\CompilerServices\ConversionResolution.vb (14)
79NumericSpecificityRank(TypeCode.Int16) = 3 97New TypeCode(max) {TypeCode.Empty, TypeCode.Empty, TypeCode.Empty, TypeCode.Int16, TypeCode.Empty, TypeCode.SByte, TypeCode.Int16, TypeCode.Int16, TypeCode.Int32, TypeCode.Int32, TypeCode.Int64, TypeCode.Int64, TypeCode.Decimal, TypeCode.Single, TypeCode.Double, TypeCode.Decimal, TypeCode.Empty, TypeCode.Empty, TypeCode.Empty}, 99New TypeCode(max) {TypeCode.Empty, TypeCode.Empty, TypeCode.Empty, TypeCode.SByte, TypeCode.Empty, TypeCode.SByte, TypeCode.Int16, TypeCode.Int16, TypeCode.Int32, TypeCode.Int32, TypeCode.Int64, TypeCode.Int64, TypeCode.Decimal, TypeCode.Single, TypeCode.Double, TypeCode.Decimal, TypeCode.Empty, TypeCode.Empty, TypeCode.Empty}, 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}, 101New TypeCode(max) {TypeCode.Empty, TypeCode.Empty, TypeCode.Empty, TypeCode.Int16, TypeCode.Empty, TypeCode.Int16, TypeCode.Int16, TypeCode.Int16, TypeCode.Int32, TypeCode.Int32, TypeCode.Int64, TypeCode.Int64, TypeCode.Decimal, TypeCode.Single, TypeCode.Double, TypeCode.Decimal, TypeCode.Empty, TypeCode.Empty, TypeCode.Empty}, 166Debug.Assert(TypeCode.Int16 = 7, "wrong value!")
Microsoft\VisualBasic\CompilerServices\Conversions.vb (18)
92Case TypeCode.Int16 236Case TypeCode.Int16 383Case TypeCode.Int16 526Case TypeCode.Int16 672Case TypeCode.Int16 815Case TypeCode.Int16 960Case TypeCode.Int16 1106Case TypeCode.Int16 1253Case TypeCode.Int16 1412Case TypeCode.Int16 1652Case TypeCode.Int16 1797Case TypeCode.Int16 1995TypeCode.Int16, 2067TypeCode.Int16, 2270Case TypeCode.Int16 2342Case TypeCode.Int16 2426Case TypeCode.Int16 : Return CastInt16Enum(iconv.ToInt16(Nothing), TargetType) 2464Case TypeCode.Int16 : Return CastInt16Enum(CShort(Expression), TargetType)
Microsoft\VisualBasic\CompilerServices\DateType.vb (1)
55TypeCode.Int16,
Microsoft\VisualBasic\CompilerServices\DecimalType.vb (1)
77Case TypeCode.Int16
Microsoft\VisualBasic\CompilerServices\DoubleType.vb (1)
74Case TypeCode.Int16
Microsoft\VisualBasic\CompilerServices\IntegerType.vb (1)
66Case TypeCode.Int16
Microsoft\VisualBasic\CompilerServices\LongType.vb (1)
69Case TypeCode.Int16
Microsoft\VisualBasic\CompilerServices\ObjectType.vb (156)
104Case TypeCode.Int16 154Case TypeCode.Int16 199Return TypeCode.Int16 242Case TypeCode.Int16 517Case TypeCode.Int16 * TCMAX + TypeCode.Empty 520Case TypeCode.Empty * TCMAX + TypeCode.Int16 566TypeCode.Decimal * TCMAX + TypeCode.Int16, 570TypeCode.Int16 * TCMAX + TypeCode.Decimal, 583TypeCode.String * TCMAX + TypeCode.Int16, 592TypeCode.Int16 * TCMAX + TypeCode.String, 627TypeCode.Double * TCMAX + TypeCode.Int16, 633TypeCode.Int16 * TCMAX + TypeCode.Double, 648TypeCode.Single * TCMAX + TypeCode.Int16, 653TypeCode.Int16 * TCMAX + TypeCode.Single, 668TypeCode.Int64 * TCMAX + TypeCode.Int16, 671TypeCode.Int16 * TCMAX + TypeCode.Int64, 681Case TypeCode.Int16 * TCMAX + TypeCode.Int32, 682TypeCode.Int32 * TCMAX + TypeCode.Int16, 694Case TypeCode.Int16 * TCMAX + TypeCode.Byte, 695TypeCode.Int16 * TCMAX + TypeCode.Int16, 696TypeCode.Byte * TCMAX + TypeCode.Int16 700TypeCode.Boolean * TCMAX + TypeCode.Int16 704TypeCode.Int16 * TCMAX + TypeCode.Boolean 903TypeCode.Int16, 981Case TypeCode.Int16 1152Case TypeCode.Int16 1245Case TypeCode.Int16 1342Case TypeCode.Int16 1440Case TypeCode.Int16 1553TypeCode.String * TCMAX + TypeCode.Int16, 1562TypeCode.Int16 * TCMAX + TypeCode.String, 1589TypeCode.Int16 * TCMAX + TypeCode.Empty, 1599TypeCode.Empty * TCMAX + TypeCode.Int16, 1608TypeCode.Decimal * TCMAX + TypeCode.Int16, 1612TypeCode.Int16 * TCMAX + TypeCode.Decimal, 1625TypeCode.Double * TCMAX + TypeCode.Int16, 1631TypeCode.Int16 * TCMAX + TypeCode.Double, 1646TypeCode.Single * TCMAX + TypeCode.Int16, 1651TypeCode.Int16 * TCMAX + TypeCode.Single, 1666TypeCode.Int64 * TCMAX + TypeCode.Int16, 1669TypeCode.Int16 * TCMAX + TypeCode.Int64, 1679Case TypeCode.Int16 * TCMAX + TypeCode.Int32, 1680TypeCode.Int32 * TCMAX + TypeCode.Int16, 1692Case TypeCode.Int16 * TCMAX + TypeCode.Byte, 1693TypeCode.Int16 * TCMAX + TypeCode.Int16, 1694TypeCode.Byte * TCMAX + TypeCode.Int16 1698TypeCode.Boolean * TCMAX + TypeCode.Int16 1702TypeCode.Int16 * TCMAX + TypeCode.Boolean 1866TypeCode.Int16 * TCMAX + TypeCode.Empty, 1876TypeCode.Empty * TCMAX + TypeCode.Int16, 1885TypeCode.Decimal * TCMAX + TypeCode.Int16, 1889TypeCode.Int16 * TCMAX + TypeCode.Decimal, 1902TypeCode.String * TCMAX + TypeCode.Int16, 1909TypeCode.Int16 * TCMAX + TypeCode.String, 1924TypeCode.Double * TCMAX + TypeCode.Int16, 1930TypeCode.Int16 * TCMAX + TypeCode.Double, 1945TypeCode.Single * TCMAX + TypeCode.Int16, 1950TypeCode.Int16 * TCMAX + TypeCode.Single, 1965TypeCode.Int64 * TCMAX + TypeCode.Int16, 1968TypeCode.Int16 * TCMAX + TypeCode.Int64, 1978Case TypeCode.Int16 * TCMAX + TypeCode.Int32, 1979TypeCode.Int32 * TCMAX + TypeCode.Int16, 1991Case TypeCode.Int16 * TCMAX + TypeCode.Byte, 1992TypeCode.Int16 * TCMAX + TypeCode.Int16, 1993TypeCode.Byte * TCMAX + TypeCode.Int16 1997TypeCode.Boolean * TCMAX + TypeCode.Int16 2001TypeCode.Int16 * TCMAX + TypeCode.Boolean 2162TypeCode.Int16 * TCMAX + TypeCode.Empty, 2163TypeCode.Empty * TCMAX + TypeCode.Int16 2188TypeCode.Decimal * TCMAX + TypeCode.Int16, 2192TypeCode.Int16 * TCMAX + TypeCode.Decimal, 2205TypeCode.String * TCMAX + TypeCode.Int16, 2212TypeCode.Int16 * TCMAX + TypeCode.String, 2226TypeCode.Double * TCMAX + TypeCode.Int16, 2233TypeCode.Int16 * TCMAX + TypeCode.Double, 2247TypeCode.Single * TCMAX + TypeCode.Int16, 2252TypeCode.Int16 * TCMAX + TypeCode.Single, 2267TypeCode.Int64 * TCMAX + TypeCode.Int16, 2270TypeCode.Int16 * TCMAX + TypeCode.Int64, 2280Case TypeCode.Int16 * TCMAX + TypeCode.Int32, 2281TypeCode.Int32 * TCMAX + TypeCode.Int16, 2293Case TypeCode.Int16 * TCMAX + TypeCode.Byte, 2294TypeCode.Int16 * TCMAX + TypeCode.Int16, 2295TypeCode.Byte * TCMAX + TypeCode.Int16 2299TypeCode.Boolean * TCMAX + TypeCode.Int16 2303TypeCode.Int16 * TCMAX + TypeCode.Boolean 2471TypeCode.String * TCMAX + TypeCode.Int16, 2480TypeCode.Int16 * TCMAX + TypeCode.String, 2499TypeCode.Int16 * TCMAX + TypeCode.Empty, 2509TypeCode.Empty * TCMAX + TypeCode.Int16, 2519TypeCode.Boolean * TCMAX + TypeCode.Int16, 2542TypeCode.Int16 * TCMAX + TypeCode.Boolean, 2550TypeCode.Decimal * TCMAX + TypeCode.Int16, 2554TypeCode.Int16 * TCMAX + TypeCode.Decimal, 2563TypeCode.Single * TCMAX + TypeCode.Int16, 2568TypeCode.Int16 * TCMAX + TypeCode.Single, 2576TypeCode.Double * TCMAX + TypeCode.Int16, 2582TypeCode.Int16 * TCMAX + TypeCode.Double, 2589TypeCode.Byte * TCMAX + TypeCode.Int16, 2591TypeCode.Int16 * TCMAX + TypeCode.Byte, 2592TypeCode.Int16 * TCMAX + TypeCode.Int16, 2594TypeCode.Int64 * TCMAX + TypeCode.Int16, 2597TypeCode.Int16 * TCMAX + TypeCode.Int64, 2599TypeCode.Int16 * TCMAX + TypeCode.Int32, 2600TypeCode.Int32 * TCMAX + TypeCode.Int16, 2698TypeCode.Int16, 2759TypeCode.String * TCMAX + TypeCode.Int16, 2768TypeCode.Int16 * TCMAX + TypeCode.String, 2796Case TypeCode.Int16 * TCMAX + TypeCode.Empty 2820Case TypeCode.Empty * TCMAX + TypeCode.Int16 2841TypeCode.Decimal * TCMAX + TypeCode.Int16, 2845TypeCode.Int16 * TCMAX + TypeCode.Decimal, 2860TypeCode.Double * TCMAX + TypeCode.Int16, 2866TypeCode.Int16 * TCMAX + TypeCode.Double, 2883TypeCode.Single * TCMAX + TypeCode.Int16, 2888TypeCode.Int16 * TCMAX + TypeCode.Single, 2905TypeCode.Int64 * TCMAX + TypeCode.Int16, 2908TypeCode.Int16 * TCMAX + TypeCode.Int64, 2920Case TypeCode.Int16 * TCMAX + TypeCode.Int32, 2921TypeCode.Int32 * TCMAX + TypeCode.Int16, 2935Case TypeCode.Int16 * TCMAX + TypeCode.Byte, 2936TypeCode.Int16 * TCMAX + TypeCode.Int16, 2937TypeCode.Byte * TCMAX + TypeCode.Int16 2941TypeCode.Boolean * TCMAX + TypeCode.Int16 2945TypeCode.Int16 * TCMAX + TypeCode.Boolean 3105TypeCode.Int16 * TCMAX + TypeCode.String, 3120TypeCode.String * TCMAX + TypeCode.Int16, 3139Case TypeCode.Int16 * TCMAX + TypeCode.Empty 3157Case TypeCode.Empty * TCMAX + TypeCode.Int16 3171TypeCode.Boolean * TCMAX + TypeCode.Int16 3191TypeCode.Int16 * TCMAX + TypeCode.Boolean 3206Case TypeCode.Byte * TCMAX + TypeCode.Int16, 3207TypeCode.Int16 * TCMAX + TypeCode.Byte, 3208TypeCode.Int16 * TCMAX + TypeCode.Int16 3212Case TypeCode.Int16 * TCMAX + TypeCode.Int32, 3213TypeCode.Int32 * TCMAX + TypeCode.Int16, 3221TypeCode.Double * TCMAX + TypeCode.Int16, 3227TypeCode.Int16 * TCMAX + TypeCode.Double, 3234TypeCode.Single * TCMAX + TypeCode.Int16, 3239TypeCode.Int16 * TCMAX + TypeCode.Single, 3246TypeCode.Int64 * TCMAX + TypeCode.Int16, 3249TypeCode.Int16 * TCMAX + TypeCode.Int64, 3252TypeCode.Decimal * TCMAX + TypeCode.Int16, 3256TypeCode.Int16 * TCMAX + TypeCode.Decimal, 3363Case TypeCode.Int16 3400Case TypeCode.Int16 3423TypeCode.Int16, 3480Case TypeCode.Int16 3652Case TypeCode.Int16
Microsoft\VisualBasic\CompilerServices\Operators.vb (287)
407Case TypeCode.Empty * s_TCMAX + TypeCode.Int16 453TypeCode.Boolean * s_TCMAX + TypeCode.Int16 487TypeCode.SByte * s_TCMAX + TypeCode.Int16, 489TypeCode.Byte * s_TCMAX + TypeCode.Int16, 490TypeCode.Int16 * s_TCMAX + TypeCode.SByte, 491TypeCode.Int16 * s_TCMAX + TypeCode.Byte, 492TypeCode.Int16 * s_TCMAX + TypeCode.Int16 499TypeCode.Int16 * s_TCMAX + TypeCode.UInt16, 500TypeCode.Int16 * s_TCMAX + TypeCode.Int32, 502TypeCode.UInt16 * s_TCMAX + TypeCode.Int16, 506TypeCode.Int32 * s_TCMAX + TypeCode.Int16, 515TypeCode.Int16 * s_TCMAX + TypeCode.UInt32, 516TypeCode.Int16 * s_TCMAX + TypeCode.Int64, 521TypeCode.UInt32 * s_TCMAX + TypeCode.Int16, 526TypeCode.Int64 * s_TCMAX + TypeCode.Int16, 537TypeCode.Int16 * s_TCMAX + TypeCode.UInt64, 538TypeCode.Int16 * s_TCMAX + TypeCode.Decimal, 546TypeCode.UInt64 * s_TCMAX + TypeCode.Int16, 552TypeCode.Decimal * s_TCMAX + TypeCode.Int16, 564TypeCode.Int16 * s_TCMAX + TypeCode.Single, 573TypeCode.Single * s_TCMAX + TypeCode.Int16, 586TypeCode.Int16 * s_TCMAX + TypeCode.Double, 596TypeCode.Double * s_TCMAX + TypeCode.Int16, 610TypeCode.Int16 * s_TCMAX + TypeCode.String, 655Case TypeCode.Int16 * s_TCMAX + TypeCode.Empty 658Case TypeCode.Int16 * s_TCMAX + TypeCode.Boolean 738TypeCode.String * s_TCMAX + TypeCode.Int16, 901Case TypeCode.Int16 975Case TypeCode.Int16 1148Case TypeCode.Int16 1296Case TypeCode.Empty * s_TCMAX + TypeCode.Int16, 1297TypeCode.Int16 * s_TCMAX + TypeCode.Empty 1336TypeCode.Boolean * s_TCMAX + TypeCode.Int16 1362TypeCode.SByte * s_TCMAX + TypeCode.Int16, 1364TypeCode.Byte * s_TCMAX + TypeCode.Int16, 1365TypeCode.Int16 * s_TCMAX + TypeCode.SByte, 1366TypeCode.Int16 * s_TCMAX + TypeCode.Byte 1373TypeCode.Int16 * s_TCMAX + TypeCode.UInt16, 1374TypeCode.Int16 * s_TCMAX + TypeCode.Int32, 1376TypeCode.UInt16 * s_TCMAX + TypeCode.Int16, 1380TypeCode.Int32 * s_TCMAX + TypeCode.Int16, 1395TypeCode.Int16 * s_TCMAX + TypeCode.UInt32, 1396TypeCode.Int16 * s_TCMAX + TypeCode.Int64, 1397TypeCode.Int16 * s_TCMAX + TypeCode.UInt64, 1398TypeCode.Int16 * s_TCMAX + TypeCode.Decimal, 1399TypeCode.Int16 * s_TCMAX + TypeCode.Single, 1400TypeCode.Int16 * s_TCMAX + TypeCode.Double, 1412TypeCode.UInt32 * s_TCMAX + TypeCode.Int16, 1420TypeCode.Int64 * s_TCMAX + TypeCode.Int16, 1429TypeCode.UInt64 * s_TCMAX + TypeCode.Int16, 1437TypeCode.Decimal * s_TCMAX + TypeCode.Int16, 1448TypeCode.Single * s_TCMAX + TypeCode.Int16, 1459TypeCode.Double * s_TCMAX + TypeCode.Int16, 1473TypeCode.Int16 * s_TCMAX + TypeCode.String, 1487TypeCode.Int16 * s_TCMAX + TypeCode.Boolean 1514Case TypeCode.Int16 * s_TCMAX + TypeCode.Int16 1564TypeCode.String * s_TCMAX + TypeCode.Int16, 1668TypeCode.Empty * s_TCMAX + TypeCode.Int16, 1696TypeCode.Boolean * s_TCMAX + TypeCode.Int16 1717TypeCode.Int16 * s_TCMAX + TypeCode.Empty, 1733TypeCode.SByte * s_TCMAX + TypeCode.Int16, 1735TypeCode.Byte * s_TCMAX + TypeCode.Int16, 1736TypeCode.Int16 * s_TCMAX + TypeCode.SByte, 1737TypeCode.Int16 * s_TCMAX + TypeCode.Byte 1744TypeCode.Int16 * s_TCMAX + TypeCode.UInt16, 1745TypeCode.Int16 * s_TCMAX + TypeCode.Int32, 1747TypeCode.UInt16 * s_TCMAX + TypeCode.Int16, 1751TypeCode.Int32 * s_TCMAX + TypeCode.Int16, 1766TypeCode.Int16 * s_TCMAX + TypeCode.UInt32, 1767TypeCode.Int16 * s_TCMAX + TypeCode.Int64, 1768TypeCode.Int16 * s_TCMAX + TypeCode.UInt64, 1769TypeCode.Int16 * s_TCMAX + TypeCode.Decimal, 1770TypeCode.Int16 * s_TCMAX + TypeCode.Single, 1771TypeCode.Int16 * s_TCMAX + TypeCode.Double, 1783TypeCode.UInt32 * s_TCMAX + TypeCode.Int16, 1791TypeCode.Int64 * s_TCMAX + TypeCode.Int16, 1800TypeCode.UInt64 * s_TCMAX + TypeCode.Int16, 1808TypeCode.Decimal * s_TCMAX + TypeCode.Int16, 1819TypeCode.Single * s_TCMAX + TypeCode.Int16, 1830TypeCode.Double * s_TCMAX + TypeCode.Int16, 1844TypeCode.Int16 * s_TCMAX + TypeCode.String, 1858TypeCode.Int16 * s_TCMAX + TypeCode.Boolean 1885Case TypeCode.Int16 * s_TCMAX + TypeCode.Int16 1936TypeCode.String * s_TCMAX + TypeCode.Int16, 2044Case TypeCode.Empty * s_TCMAX + TypeCode.Int16 2081TypeCode.Boolean * s_TCMAX + TypeCode.Int16 2110TypeCode.SByte * s_TCMAX + TypeCode.Int16, 2112TypeCode.Byte * s_TCMAX + TypeCode.Int16, 2113TypeCode.Int16 * s_TCMAX + TypeCode.SByte, 2114TypeCode.Int16 * s_TCMAX + TypeCode.Byte 2121TypeCode.Int16 * s_TCMAX + TypeCode.UInt16, 2122TypeCode.Int16 * s_TCMAX + TypeCode.Int32, 2124TypeCode.UInt16 * s_TCMAX + TypeCode.Int16, 2128TypeCode.Int32 * s_TCMAX + TypeCode.Int16, 2143TypeCode.Int16 * s_TCMAX + TypeCode.UInt32, 2144TypeCode.Int16 * s_TCMAX + TypeCode.Int64, 2145TypeCode.Int16 * s_TCMAX + TypeCode.UInt64, 2146TypeCode.Int16 * s_TCMAX + TypeCode.Decimal, 2147TypeCode.Int16 * s_TCMAX + TypeCode.Single, 2148TypeCode.Int16 * s_TCMAX + TypeCode.Double, 2160TypeCode.UInt32 * s_TCMAX + TypeCode.Int16, 2168TypeCode.Int64 * s_TCMAX + TypeCode.Int16, 2177TypeCode.UInt64 * s_TCMAX + TypeCode.Int16, 2185TypeCode.Decimal * s_TCMAX + TypeCode.Int16, 2196TypeCode.Single * s_TCMAX + TypeCode.Int16, 2207TypeCode.Double * s_TCMAX + TypeCode.Int16, 2221TypeCode.Int16 * s_TCMAX + TypeCode.String, 2238TypeCode.Int16 * s_TCMAX + TypeCode.Boolean 2265Case TypeCode.Int16 * s_TCMAX + TypeCode.Empty 2268Case TypeCode.Int16 * s_TCMAX + TypeCode.Int16 2329TypeCode.String * s_TCMAX + TypeCode.Int16, 2463Case TypeCode.Empty * s_TCMAX + TypeCode.Int16 2505TypeCode.Boolean * s_TCMAX + TypeCode.Int16 2540TypeCode.SByte * s_TCMAX + TypeCode.Int16, 2542TypeCode.Byte * s_TCMAX + TypeCode.Int16, 2543TypeCode.Int16 * s_TCMAX + TypeCode.SByte, 2544TypeCode.Int16 * s_TCMAX + TypeCode.Byte, 2545TypeCode.Int16 * s_TCMAX + TypeCode.Int16 2552TypeCode.Int16 * s_TCMAX + TypeCode.UInt16, 2553TypeCode.Int16 * s_TCMAX + TypeCode.Int32, 2555TypeCode.UInt16 * s_TCMAX + TypeCode.Int16, 2559TypeCode.Int32 * s_TCMAX + TypeCode.Int16, 2568TypeCode.Int16 * s_TCMAX + TypeCode.UInt32, 2569TypeCode.Int16 * s_TCMAX + TypeCode.Int64, 2574TypeCode.UInt32 * s_TCMAX + TypeCode.Int16, 2579TypeCode.Int64 * s_TCMAX + TypeCode.Int16, 2590TypeCode.Int16 * s_TCMAX + TypeCode.UInt64, 2591TypeCode.Int16 * s_TCMAX + TypeCode.Decimal, 2599TypeCode.UInt64 * s_TCMAX + TypeCode.Int16, 2605TypeCode.Decimal * s_TCMAX + TypeCode.Int16, 2617TypeCode.Int16 * s_TCMAX + TypeCode.Single, 2626TypeCode.Single * s_TCMAX + TypeCode.Int16, 2639TypeCode.Int16 * s_TCMAX + TypeCode.Double, 2649TypeCode.Double * s_TCMAX + TypeCode.Int16, 2663TypeCode.Int16 * s_TCMAX + TypeCode.String, 2679TypeCode.Int16 * s_TCMAX + TypeCode.Boolean 2708Case TypeCode.Int16 * s_TCMAX + TypeCode.Empty 2785TypeCode.String * s_TCMAX + TypeCode.Int16, 2954Case TypeCode.Empty * s_TCMAX + TypeCode.Int16 2994TypeCode.Boolean * s_TCMAX + TypeCode.Int16 3029TypeCode.SByte * s_TCMAX + TypeCode.Int16, 3031TypeCode.Byte * s_TCMAX + TypeCode.Int16, 3032TypeCode.Int16 * s_TCMAX + TypeCode.SByte, 3033TypeCode.Int16 * s_TCMAX + TypeCode.Byte, 3034TypeCode.Int16 * s_TCMAX + TypeCode.Int16 3041TypeCode.Int16 * s_TCMAX + TypeCode.UInt16, 3042TypeCode.Int16 * s_TCMAX + TypeCode.Int32, 3044TypeCode.UInt16 * s_TCMAX + TypeCode.Int16, 3048TypeCode.Int32 * s_TCMAX + TypeCode.Int16, 3057TypeCode.Int16 * s_TCMAX + TypeCode.UInt32, 3058TypeCode.Int16 * s_TCMAX + TypeCode.Int64, 3063TypeCode.UInt32 * s_TCMAX + TypeCode.Int16, 3068TypeCode.Int64 * s_TCMAX + TypeCode.Int16, 3079TypeCode.Int16 * s_TCMAX + TypeCode.UInt64, 3080TypeCode.Int16 * s_TCMAX + TypeCode.Decimal, 3088TypeCode.UInt64 * s_TCMAX + TypeCode.Int16, 3094TypeCode.Decimal * s_TCMAX + TypeCode.Int16, 3106TypeCode.Int16 * s_TCMAX + TypeCode.Single, 3115TypeCode.Single * s_TCMAX + TypeCode.Int16, 3128TypeCode.Int16 * s_TCMAX + TypeCode.Double, 3138TypeCode.Double * s_TCMAX + TypeCode.Int16, 3152TypeCode.Int16 * s_TCMAX + TypeCode.String, 3169TypeCode.Int16 * s_TCMAX + TypeCode.Boolean 3198Case TypeCode.Int16 * s_TCMAX + TypeCode.Empty 3251TypeCode.String * s_TCMAX + TypeCode.Int16, 3414TypeCode.Empty * s_TCMAX + TypeCode.Int16, 3415TypeCode.Int16 * s_TCMAX + TypeCode.Empty 3465TypeCode.Boolean * s_TCMAX + TypeCode.Int16 3496TypeCode.SByte * s_TCMAX + TypeCode.Int16, 3498TypeCode.Byte * s_TCMAX + TypeCode.Int16, 3499TypeCode.Int16 * s_TCMAX + TypeCode.SByte, 3500TypeCode.Int16 * s_TCMAX + TypeCode.Byte, 3501TypeCode.Int16 * s_TCMAX + TypeCode.Int16 3508TypeCode.Int16 * s_TCMAX + TypeCode.UInt16, 3509TypeCode.Int16 * s_TCMAX + TypeCode.Int32, 3511TypeCode.UInt16 * s_TCMAX + TypeCode.Int16, 3515TypeCode.Int32 * s_TCMAX + TypeCode.Int16, 3524TypeCode.Int16 * s_TCMAX + TypeCode.UInt32, 3525TypeCode.Int16 * s_TCMAX + TypeCode.Int64, 3530TypeCode.UInt32 * s_TCMAX + TypeCode.Int16, 3535TypeCode.Int64 * s_TCMAX + TypeCode.Int16, 3546TypeCode.Int16 * s_TCMAX + TypeCode.UInt64, 3547TypeCode.Int16 * s_TCMAX + TypeCode.Decimal, 3555TypeCode.UInt64 * s_TCMAX + TypeCode.Int16, 3561TypeCode.Decimal * s_TCMAX + TypeCode.Int16, 3573TypeCode.Int16 * s_TCMAX + TypeCode.Single, 3582TypeCode.Single * s_TCMAX + TypeCode.Int16, 3595TypeCode.Int16 * s_TCMAX + TypeCode.Double, 3605TypeCode.Double * s_TCMAX + TypeCode.Int16, 3619TypeCode.Int16 * s_TCMAX + TypeCode.String, 3633TypeCode.Int16 * s_TCMAX + TypeCode.Boolean 3691TypeCode.String * s_TCMAX + TypeCode.Int16, 3870TypeCode.Empty * s_TCMAX + TypeCode.Int16, 3897TypeCode.Boolean * s_TCMAX + TypeCode.Int16, 3918TypeCode.Int16 * s_TCMAX + TypeCode.Empty, 3929TypeCode.Int16 * s_TCMAX + TypeCode.Boolean, 3940TypeCode.SByte * s_TCMAX + TypeCode.Int16, 3949TypeCode.Byte * s_TCMAX + TypeCode.Int16, 3956TypeCode.Int16 * s_TCMAX + TypeCode.SByte, 3957TypeCode.Int16 * s_TCMAX + TypeCode.Byte, 3958TypeCode.Int16 * s_TCMAX + TypeCode.Int16, 3959TypeCode.Int16 * s_TCMAX + TypeCode.UInt16, 3960TypeCode.Int16 * s_TCMAX + TypeCode.Int32, 3961TypeCode.Int16 * s_TCMAX + TypeCode.UInt32, 3962TypeCode.Int16 * s_TCMAX + TypeCode.Int64, 3963TypeCode.Int16 * s_TCMAX + TypeCode.UInt64, 3964TypeCode.Int16 * s_TCMAX + TypeCode.Double, 3967TypeCode.UInt16 * s_TCMAX + TypeCode.Int16, 3976TypeCode.Int32 * s_TCMAX + TypeCode.Int16, 3985TypeCode.UInt32 * s_TCMAX + TypeCode.Int16, 3994TypeCode.Int64 * s_TCMAX + TypeCode.Int16, 4003TypeCode.UInt64 * s_TCMAX + TypeCode.Int16, 4014TypeCode.Double * s_TCMAX + TypeCode.Int16, 4027TypeCode.Int16 * s_TCMAX + TypeCode.Decimal, 4035TypeCode.Decimal * s_TCMAX + TypeCode.Int16, 4046TypeCode.Int16 * s_TCMAX + TypeCode.Single, 4055TypeCode.Single * s_TCMAX + TypeCode.Int16, 4067TypeCode.Int16 * s_TCMAX + TypeCode.String, 4101TypeCode.String * s_TCMAX + TypeCode.Int16, 4180TypeCode.Int16, 4212TypeCode.Int16, 4263Case TypeCode.Empty * s_TCMAX + TypeCode.Int16 4304TypeCode.Boolean * s_TCMAX + TypeCode.Int16 4339TypeCode.SByte * s_TCMAX + TypeCode.Int16, 4341TypeCode.Byte * s_TCMAX + TypeCode.Int16, 4342TypeCode.Int16 * s_TCMAX + TypeCode.SByte, 4343TypeCode.Int16 * s_TCMAX + TypeCode.Byte, 4344TypeCode.Int16 * s_TCMAX + TypeCode.Int16 4351TypeCode.Int16 * s_TCMAX + TypeCode.UInt16, 4352TypeCode.Int16 * s_TCMAX + TypeCode.Int32, 4354TypeCode.UInt16 * s_TCMAX + TypeCode.Int16, 4358TypeCode.Int32 * s_TCMAX + TypeCode.Int16, 4367TypeCode.Int16 * s_TCMAX + TypeCode.UInt32, 4368TypeCode.Int16 * s_TCMAX + TypeCode.Int64, 4373TypeCode.UInt32 * s_TCMAX + TypeCode.Int16, 4378TypeCode.Int64 * s_TCMAX + TypeCode.Int16, 4389TypeCode.Int16 * s_TCMAX + TypeCode.UInt64, 4390TypeCode.Int16 * s_TCMAX + TypeCode.Decimal, 4398TypeCode.UInt64 * s_TCMAX + TypeCode.Int16, 4404TypeCode.Decimal * s_TCMAX + TypeCode.Int16, 4416TypeCode.Int16 * s_TCMAX + TypeCode.Single, 4425TypeCode.Single * s_TCMAX + TypeCode.Int16, 4438TypeCode.Int16 * s_TCMAX + TypeCode.Double, 4448TypeCode.Double * s_TCMAX + TypeCode.Int16, 4462TypeCode.Int16 * s_TCMAX + TypeCode.String, 4479TypeCode.Int16 * s_TCMAX + TypeCode.Boolean 4508Case TypeCode.Int16 * s_TCMAX + TypeCode.Empty 4568TypeCode.String * s_TCMAX + TypeCode.Int16, 4676Case TypeCode.Empty * s_TCMAX + TypeCode.Int16 4713TypeCode.Boolean * s_TCMAX + TypeCode.Int16 4743TypeCode.SByte * s_TCMAX + TypeCode.Int16, 4745TypeCode.Byte * s_TCMAX + TypeCode.Int16, 4746TypeCode.Int16 * s_TCMAX + TypeCode.SByte, 4747TypeCode.Int16 * s_TCMAX + TypeCode.Byte, 4748TypeCode.Int16 * s_TCMAX + TypeCode.Int16 4755TypeCode.Int16 * s_TCMAX + TypeCode.UInt16, 4756TypeCode.Int16 * s_TCMAX + TypeCode.Int32, 4758TypeCode.UInt16 * s_TCMAX + TypeCode.Int16, 4762TypeCode.Int32 * s_TCMAX + TypeCode.Int16, 4778TypeCode.Int16 * s_TCMAX + TypeCode.UInt32, 4779TypeCode.Int16 * s_TCMAX + TypeCode.Int64, 4780TypeCode.Int16 * s_TCMAX + TypeCode.UInt64, 4781TypeCode.Int16 * s_TCMAX + TypeCode.Decimal, 4782TypeCode.Int16 * s_TCMAX + TypeCode.Single, 4783TypeCode.Int16 * s_TCMAX + TypeCode.Double, 4795TypeCode.UInt32 * s_TCMAX + TypeCode.Int16, 4803TypeCode.Int64 * s_TCMAX + TypeCode.Int16, 4813TypeCode.UInt64 * s_TCMAX + TypeCode.Int16, 4821TypeCode.Decimal * s_TCMAX + TypeCode.Int16, 4832TypeCode.Single * s_TCMAX + TypeCode.Int16, 4843TypeCode.Double * s_TCMAX + TypeCode.Int16, 4857TypeCode.Int16 * s_TCMAX + TypeCode.String, 4874TypeCode.Int16 * s_TCMAX + TypeCode.Boolean 4904Case TypeCode.Int16 * s_TCMAX + TypeCode.Empty 4955TypeCode.String * s_TCMAX + TypeCode.Int16, 5047Case TypeCode.Int16 5092Case TypeCode.Int16
Microsoft\VisualBasic\CompilerServices\ShortType.vb (1)
66Case TypeCode.Int16
Microsoft\VisualBasic\CompilerServices\SingleType.vb (1)
80Case TypeCode.Int16
Microsoft\VisualBasic\CompilerServices\StringType.vb (1)
120Case TypeCode.Int16
Microsoft\VisualBasic\CompilerServices\StructUtils.vb (1)
211Case TypeCode.Int16
Microsoft\VisualBasic\CompilerServices\Symbols.vb (4)
212Case TypeCode.Int16 : Return GetType(Short) 267TypeCode.Int16, 297TypeCode.Int16, 331TypeCode.Int16,
Microsoft\VisualBasic\CompilerServices\Utils.LateBinder.vb (1)
375Case TypeCode.Int16 : result = "Short"
Microsoft\VisualBasic\CompilerServices\VB6File.vb (5)
183Case TypeCode.Int16 286Case TypeCode.Int16 906Case TypeCode.Int16 2174Case TypeCode.Int16 2267Case TypeCode.Int16
Microsoft\VisualBasic\CompilerServices\VB6RandomFile.vb (2)
211Case TypeCode.Int16 460Case TypeCode.Int16
Microsoft\VisualBasic\CompilerServices\VBBinder.vb (5)
644TypeCode.Int16, 656TypeCode.Int16, 687TypeCode.Int16, 854TypeCode.Int16, 866TypeCode.Int16,
Microsoft\VisualBasic\CompilerServices\Versioned.vb (1)
59TypeCode.Int16,
Microsoft\VisualBasic\Conversion.vb (5)
134TypeCode.Int16, 209TypeCode.Int16, 303Case TypeCode.Int16 417Case TypeCode.Int16 504TypeCode.Int16,
Microsoft\VisualBasic\Information.vb (3)
291Case TypeCode.Int16 330Case TypeCode.Int16, 455Case TypeCode.Int16 : Result = "Short"
Microsoft\VisualBasic\Strings.vb (2)
618Case TypeCode.Int16 1285TypeCode.Int16,
MSBuild (2)
TaskParameter.cs (2)
521case TypeCode.Int16: 624TypeCode.Int16 => typeof(short),
MSBuildTaskHost (3)
Concurrent\ConcurrentDictionary.cs (1)
77case TypeCode.Int16:
TaskParameter.cs (2)
521case TypeCode.Int16: 624TypeCode.Int16 => typeof(short),
PresentationFramework (7)
System\Windows\Controls\DataGridLengthConverter.cs (1)
31case TypeCode.Int16:
System\Windows\Controls\VirtualizationCacheLengthConverter.cs (1)
42case TypeCode.Int16:
System\Windows\CornerRadiusConverter.cs (1)
37case TypeCode.Int16:
System\Windows\FigureLengthConverter.cs (1)
55case TypeCode.Int16:
System\Windows\GridLengthConverter.cs (1)
58case TypeCode.Int16:
System\Windows\LengthConverter.cs (1)
52case TypeCode.Int16:
System\Windows\ThicknessConverter.cs (1)
45case TypeCode.Int16:
System.Data.Common (3)
System\Data\Common\DataStorage.cs (1)
23Int16 = TypeCode.Int16,
System\Data\Common\ObjectStorage.cs (1)
201case TypeCode.Int16: return Families.NUMBER;
System\Data\DataRowComparer.cs (1)
71case TypeCode.Int16:
System.Data.Odbc (1)
System\Data\Odbc\Odbc32.cs (1)
917case TypeCode.Int16: return s_smallInt;
System.Linq.Expressions (72)
System\Dynamic\Utils\TypeUtils.cs (9)
70case TypeCode.Int16: 116case TypeCode.Int16: 140case TypeCode.Int16: 176case TypeCode.Int16: 217case TypeCode.Int16: 604case TypeCode.Int16: 748case TypeCode.Int16: 761case TypeCode.Int16: 774case TypeCode.Int16:
System\Linq\Expressions\Compiler\ILGen.cs (11)
76case TypeCode.Int16: 128case TypeCode.Int16: 180case TypeCode.Int16: 225case TypeCode.Int16: 383case TypeCode.Int16: 507case TypeCode.Int16: 658TypeCode.Int16 => Decimal_op_Implicit_Int16, 691case TypeCode.Int16: 722case TypeCode.Int16: 746case TypeCode.Int16: 1094case TypeCode.Int16:
System\Linq\Expressions\Compiler\LambdaCompiler.Binary.cs (1)
281case TypeCode.Int16:
System\Linq\Expressions\Compiler\LambdaCompiler.Statements.cs (1)
350case TypeCode.Int16:
System\Linq\Expressions\Interpreter\AddInstruction.cs (2)
168TypeCode.Int16 => s_Int16 ??= new AddInt16(), 304TypeCode.Int16 => s_Int16 ??= new AddOvfInt16(),
System\Linq\Expressions\Interpreter\AndInstruction.cs (1)
178TypeCode.Int16 => s_Int16 ??= new AndInt16(),
System\Linq\Expressions\Interpreter\CallInstruction.Generated.cs (3)
56case TypeCode.Int16: return FastCreate<Int16>(target, pi); 100case TypeCode.Int16: return FastCreate<T0, Int16>(target, pi); 142case TypeCode.Int16: return new FuncCallInstruction<T0, T1, Int16>(target);
System\Linq\Expressions\Interpreter\DecrementInstruction.cs (1)
160TypeCode.Int16 => s_Int16 ??= new DecrementInt16(),
System\Linq\Expressions\Interpreter\DivInstruction.cs (1)
168TypeCode.Int16 => s_Int16 ??= new DivInt16(),
System\Linq\Expressions\Interpreter\EqualInstruction.cs (2)
518case TypeCode.Int16: return s_Int16LiftedToNull ??= new EqualInt16LiftedToNull(); 538case TypeCode.Int16: return s_Int16 ??= new EqualInt16();
System\Linq\Expressions\Interpreter\ExclusiveOrInstruction.cs (1)
166TypeCode.Int16 => s_Int16 ??= new ExclusiveOrInt16(),
System\Linq\Expressions\Interpreter\GreaterThanInstruction.cs (2)
285TypeCode.Int16 => s_liftedToNullInt16 ??= new GreaterThanInt16(null), 303TypeCode.Int16 => s_Int16 ??= new GreaterThanInt16(Utils.BoxedFalse),
System\Linq\Expressions\Interpreter\GreaterThanOrEqualInstruction.cs (2)
285TypeCode.Int16 => s_liftedToNullInt16 ??= new GreaterThanOrEqualInt16(null), 303TypeCode.Int16 => s_Int16 ??= new GreaterThanOrEqualInt16(Utils.BoxedFalse),
System\Linq\Expressions\Interpreter\IncrementInstruction.cs (1)
160TypeCode.Int16 => s_Int16 ??= new IncrementInt16(),
System\Linq\Expressions\Interpreter\LeftShiftInstruction.cs (1)
166TypeCode.Int16 => s_Int16 ??= new LeftShiftInt16(),
System\Linq\Expressions\Interpreter\LessThanInstruction.cs (2)
284TypeCode.Int16 => s_liftedToNullInt16 ??= new LessThanInt16(null), 302TypeCode.Int16 => s_Int16 ??= new LessThanInt16(Utils.BoxedFalse),
System\Linq\Expressions\Interpreter\LessThanOrEqualInstruction.cs (2)
285TypeCode.Int16 => s_liftedToNullInt16 ??= new LessThanOrEqualInt16(null), 303TypeCode.Int16 => s_Int16 ??= new LessThanOrEqualInt16(Utils.BoxedFalse),
System\Linq\Expressions\Interpreter\LightCompiler.cs (1)
1573case TypeCode.Int16:
System\Linq\Expressions\Interpreter\ModuloInstruction.cs (1)
168TypeCode.Int16 => s_Int16 ??= new ModuloInt16(),
System\Linq\Expressions\Interpreter\MulInstruction.cs (2)
168TypeCode.Int16 => s_Int16 ??= new MulInt16(), 305TypeCode.Int16 => s_Int16 ??= new MulOvfInt16(),
System\Linq\Expressions\Interpreter\NegateInstruction.cs (2)
109TypeCode.Int16 => s_Int16 ??= new NegateInt16(), 185TypeCode.Int16 => s_Int16 ??= new NegateCheckedInt16(),
System\Linq\Expressions\Interpreter\NotEqualInstruction.cs (2)
500case TypeCode.Int16: return s_Int16LiftedToNull ??= new NotEqualInt16LiftedToNull(); 520case TypeCode.Int16: return s_Int16 ??= new NotEqualInt16();
System\Linq\Expressions\Interpreter\NotInstruction.cs (1)
177TypeCode.Int16 => s_Int16 ??= new NotInt16(),
System\Linq\Expressions\Interpreter\NumericConvertInstruction.cs (11)
70TypeCode.Int16 => ConvertInt32((short)obj), 91TypeCode.Int16 => (short)obj, 115TypeCode.Int16 => (short)obj, 138TypeCode.Int16 => (short)obj, 161TypeCode.Int16 => (short)obj, 193TypeCode.Int16 => ConvertInt32((short)obj), 214TypeCode.Int16 => (short)obj, 238TypeCode.Int16 => (short)obj, 261TypeCode.Int16 => (short)obj, 284TypeCode.Int16 => (short)obj, 318TypeCode.Int16 => (short)obj,
System\Linq\Expressions\Interpreter\OrInstruction.cs (1)
181TypeCode.Int16 => s_Int16 ??= new OrInt16(),
System\Linq\Expressions\Interpreter\RightShiftInstruction.cs (1)
167TypeCode.Int16 => s_Int16 ??= new RightShiftInt16(),
System\Linq\Expressions\Interpreter\SubInstruction.cs (2)
168TypeCode.Int16 => s_Int16 ??= new SubInt16(), 304TypeCode.Int16 => s_Int16 ??= new SubOvfInt16(),
System\Linq\Expressions\Interpreter\TypeOperations.cs (3)
365TypeCode.Int16 => s_Int16 ??= new CastInstructionT<short>(), 396TypeCode.Empty, TypeCode.Int32, TypeCode.SByte, TypeCode.Int16, TypeCode.Int64, TypeCode.UInt32, 443case TypeCode.Int16:
System\Linq\Expressions\Interpreter\Utilities.cs (1)
115case TypeCode.Int16:
System\Linq\Expressions\ParameterExpression.cs (1)
38case TypeCode.Int16: return new PrimitiveParameterExpression<short>(name);
System.Private.CoreLib (16)
src\libraries\System.Private.CoreLib\src\System\Convert.cs (1)
150TypeCode.Int16 => v.ToInt16(provider),
src\libraries\System.Private.CoreLib\src\System\DefaultBinder.cs (1)
1274Int16 = 1 << TypeCode.Int16,
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (2)
1849else if (typeCode == TypeCode.Int16) 6065case TypeCode.Int16:
src\libraries\System.Private.CoreLib\src\System\Enum.cs (4)
116case TypeCode.Int16: 1139case TypeCode.Int16: return (ulong)(short)value; 2165CorElementType.ELEMENT_TYPE_I2 => TypeCode.Int16, 2201case TypeCode.Int16: return ToObject(enumType, (short)value);
src\libraries\System.Private.CoreLib\src\System\Int16.cs (1)
181return TypeCode.Int16;
src\libraries\System.Private.CoreLib\src\System\RuntimeType.cs (1)
235TypeCode.Int16 => Enum.IsDefinedPrimitive(this, (ushort)(short)value),
src\libraries\System.Private.CoreLib\src\System\Type.cs (1)
516return TypeCode.Int16;
src\System\Reflection\Emit\CustomAttributeBuilder.cs (4)
256TypeCode.Int16 or TypeCode.UInt16 or 297case TypeCode.Int16: 383case TypeCode.Int16: 453case TypeCode.Int16:
src\System\StubHelpers.cs (1)
921case TypeCode.Int16: vt = VarEnum.VT_I2; break;
System.Private.DataContractSerialization (14)
System\Runtime\Serialization\CodeGenerator.cs (6)
643case TypeCode.Int16: 752TypeCode.Int16 => OpCodes.Ldind_I2, // TypeCode.Int16: 822case TypeCode.Int16: 970TypeCode.Int16 => OpCodes.Ldelem_I2, // TypeCode.Int16: 1010TypeCode.Int16 => OpCodes.Stelem_I2, // TypeCode.Int16: 1139TypeCode.Int16 => OpCodes.Conv_I2, // TypeCode.Int16:
System\Runtime\Serialization\DataContract.cs (1)
693case TypeCode.Int16:
System\Runtime\Serialization\ExtensionDataReader.cs (1)
673case TypeCode.Int16:
System\Runtime\Serialization\Json\ReflectionJsonFormatReader.cs (1)
213TypeCode.Int16 => short.Parse(keyString),
System\Runtime\Serialization\Json\XmlObjectSerializerReadContextComplexJson.cs (1)
127TypeCode.Int16 => new DataNode<short>((short)numericalValue),
System\Runtime\Serialization\XmlReaderDelegator.cs (2)
234case TypeCode.Int16: 290case TypeCode.Int16:
System\Runtime\Serialization\XmlWriterDelegator.cs (2)
296case TypeCode.Int16: 373case TypeCode.Int16:
System.Private.Windows.Core (1)
System\Private\Windows\BinaryFormat\Support\TypeExtensions.cs (1)
20TypeCode.Int16 => PrimitiveType.Int16,
System.Private.Xml (6)
System\Xml\Serialization\CodeGenerator.cs (1)
792case TypeCode.Int16:
System\Xml\Serialization\Types.cs (1)
558case TypeCode.Int16: return true;
System\Xml\Serialization\XmlSerializationWriter.cs (2)
212case TypeCode.Int16: typeName = "short"; break; 284case TypeCode.Int16:
System\Xml\Serialization\XmlSerializer.cs (2)
871case TypeCode.Int16: 953case TypeCode.Int16:
System.Reflection.Emit (1)
System\Reflection\Emit\CustomAttributeWrapper.cs (1)
137case TypeCode.Int16:
System.Reflection.MetadataLoadContext (3)
System\Reflection\DefaultBinder.CanConvert.cs (1)
30Int16 = 1 << (int)TypeCode.Int16,
System\Reflection\TypeLoading\Types\RoDefinitionType.cs (1)
196return TypeCode.Int16;
System\Reflection\TypeLoading\Types\RoType.cs (1)
349TypeCode.Int16 => new short[numValues],
System.Text.Json (6)
System\Text\Json\Nodes\JsonValueOfT.cs (1)
112TypeCode.Int16 => JsonValueKind.Number,
System\Text\Json\Serialization\Converters\Value\EnumConverter.cs (4)
122case TypeCode.Int16 when reader.TryGetInt16(out short int16): return (T)(object)int16; 359TypeCode.Int16 => (ulong)(short)(object)value, 373TypeCode.Int16 => (short)(object)value, 386TypeCode.Int16 => (T)(object)(short)value,
System\Text\Json\Serialization\Converters\Value\EnumConverterFactory.cs (1)
52return typeCode is TypeCode.SByte or TypeCode.Int16 or TypeCode.Int32 or TypeCode.Int64
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonControlLengthConverter.cs (1)
54case TypeCode.Int16:
System.Windows.Forms.Design (2)
System\ComponentModel\Design\Serialization\CodeDomSerializerBase.cs (2)
1294TypeCode.Int16, 1349case TypeCode.Int16: