163 references to Int16
mscorlib (21)
system\Collections\Concurrent\ConcurrentDictionary.cs (1)
155case TypeCode.Int16:
system\collections\generic\equalitycomparer.cs (1)
68case TypeCode.Int16: // short
system\convert.cs (3)
228case TypeCode.Int16: 285if (rtTargetType == ConvertTypes[(int)TypeCode.Int16]) 356if (rtConversionType==ConvertTypes[(int)TypeCode.Int16])
system\diagnostics\eventing\eventsource.cs (1)
6747case TypeCode.Int16:
system\enum.cs (4)
78case TypeCode.Int16: 219case TypeCode.Int16: 564case TypeCode.Int16 : 909return TypeCode.Int16;
system\int16.cs (1)
197return TypeCode.Int16;
system\reflection\emit\customattributebuilder.cs (4)
83case TypeCode.Int16: 307case TypeCode.Int16: 397case TypeCode.Int16: 469case TypeCode.Int16:
system\rttype.cs (1)
3608typeCode = TypeCode.Int16; break;
system\runtime\interopservices\tceadaptergen\eventsinkhelperwriter.cs (1)
206case TypeCode.Int16:
system\runtime\serialization\formatters\binary\binaryconverter.cs (2)
415typeCodeATemp[(int)InternalPrimitiveTypeE.Int16] = TypeCode.Int16; 451codeATemp[(int)TypeCode.Int16] = InternalPrimitiveTypeE.Int16;
system\stubhelpers.cs (1)
1035case TypeCode.Int16: vt = VarEnum.VT_I2; break;
system\variant.cs (1)
483case TypeCode.Int16:
PresentationFramework (7)
src\Framework\System\Windows\Controls\DataGridLengthConverter.cs (1)
37case TypeCode.Int16:
src\Framework\System\Windows\Controls\VirtualizationCacheLengthConverter.cs (1)
52case TypeCode.Int16:
src\Framework\System\Windows\CornerRadiusConverter.cs (1)
54case TypeCode.Int16:
src\Framework\System\Windows\FigureLengthConverter.cs (1)
65case TypeCode.Int16:
src\Framework\System\Windows\GridLengthConverter.cs (1)
68case TypeCode.Int16:
src\Framework\System\Windows\LengthConverter.cs (1)
61case TypeCode.Int16:
src\Framework\System\Windows\ThicknessConverter.cs (1)
54case TypeCode.Int16:
System.AddIn.Contract (5)
System\Addin\Contract\RemoteArgument.cs (5)
213case TypeCode.Int16: 509this.intrinsicTypeCode = TypeCode.Int16; 517this.intrinsicTypeCode = TypeCode.Int16; 1086this.intrinsicTypeCode == TypeCode.Int16) 1104this.intrinsicTypeCode == TypeCode.Int16)
System.Core (20)
Microsoft\Scripting\Ast\ParameterExpression.cs (1)
56case TypeCode.Int16: return new PrimitiveParameterExpression<Int16>(name);
Microsoft\Scripting\Ast\TypeUtils.cs (8)
65case TypeCode.Int16: 87case TypeCode.Int16: 104case TypeCode.Int16: 137case TypeCode.Int16: 367case TypeCode.Int16: 494case TypeCode.Int16: 505case TypeCode.Int16: 517case TypeCode.Int16:
Microsoft\Scripting\Compiler\ILGen.cs (8)
178case TypeCode.Int16: 225case TypeCode.Int16: 459case TypeCode.Int16: 551case TypeCode.Int16: 674case TypeCode.Int16: 704case TypeCode.Int16: 738case TypeCode.Int16: 1016case TypeCode.Int16:
Microsoft\Scripting\Compiler\LambdaCompiler.Binary.cs (1)
316case TypeCode.Int16:
Microsoft\Scripting\Compiler\LambdaCompiler.Statements.cs (1)
306case TypeCode.Int16:
Microsoft\Scripting\Compiler\LambdaCompiler.Unary.cs (1)
249case TypeCode.Int16:
System.Data (8)
fx\src\data\Microsoft\SqlServer\Server\MetadataUtilsSmi.cs (1)
322else if (Type.GetTypeCode(value.GetType()) == TypeCode.Int16)
fx\src\data\System\Data\Common\DataStorage.cs (1)
27Int16 = TypeCode.Int16,
fx\src\data\System\Data\Common\ObjectStorage.cs (1)
175case TypeCode.Int16: return Families.NUMBER;
fx\src\data\System\Data\Odbc\Odbc32.cs (1)
918case TypeCode.Int16: return _SmallInt;
fx\src\data\System\Data\OleDb\OLEDB_Enum.cs (1)
303case TypeCode.Int16: return NativeDBType.D_SmallInt;
fx\src\data\System\Data\Sql\SqlMetaData.cs (2)
1056case TypeCode.Int16: value = this.Adjust((Int16)value); break; 1146case TypeCode.Int16: smd = new SqlMetaData(name, SqlDbType.SmallInt); break;
fx\src\data\System\Data\SqlClient\SqlEnums.cs (1)
373case TypeCode.Int16: return MetaSmallInt;
System.Data.DataSetExtensions (1)
System\Data\DataRowComparer.cs (1)
74case TypeCode.Int16:
System.Data.Entity (3)
System\Data\Common\Internal\Materialization\Translator.cs (1)
2160case TypeCode.Int16:
System\Data\Metadata\Edm\Provider\ClrProviderManifest.cs (1)
106case TypeCode.Int16:
System\Data\Metadata\TypeHelpers.cs (1)
741case TypeCode.Int16:
System.Data.Linq (16)
parent\DbmlShared\Mapping.cs (2)
488case TypeCode.Int16: 544case TypeCode.Int16:
SqlClient\Common\TypeSystem.cs (1)
205case TypeCode.Int16:
SqlClient\Query\QueryConverter.cs (1)
2538case TypeCode.Int16:
SqlClient\Query\SqlFormatter.cs (1)
1257case TypeCode.Int16:
SqlClient\Query\SqlRetyper.cs (5)
48case TypeCode.Int16: return tcFrom == TypeCode.Byte || tcFrom == TypeCode.SByte; 49case TypeCode.Int32: return tcFrom == TypeCode.Byte || tcFrom == TypeCode.SByte || tcFrom == TypeCode.Int16 || tcFrom == TypeCode.UInt16; 50case TypeCode.Int64: return tcFrom == TypeCode.Byte || tcFrom == TypeCode.SByte || tcFrom == TypeCode.Int16 || tcFrom == TypeCode.UInt16 || tcFrom == TypeCode.Int32 || tcFrom==TypeCode.UInt32; 52case TypeCode.UInt32: return tcFrom == TypeCode.Byte || tcFrom == TypeCode.SByte || tcFrom == TypeCode.Int16 || tcFrom == TypeCode.UInt16; 53case 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 (2)
2236case TypeCode.Int16: 2348case TypeCode.Int16:
SqlClient\SqlBuilder.cs (2)
213case TypeCode.Int16: 246case TypeCode.Int16:
SqlClient\SqlTypeSystemProvider.cs (2)
1423case TypeCode.Int16: 1543case TypeCode.Int16:
System.Data.Services (6)
System\Data\Services\Parsing\RequestQueryParser.cs (6)
460case TypeCode.Int16: 576case TypeCode.Int16: 666case TypeCode.Int16: 680case TypeCode.Int16: 690case TypeCode.Int16: 693case TypeCode.Int16:
System.Runtime.Serialization (13)
System\Runtime\Serialization\CodeGenerator.cs (6)
828case TypeCode.Int16: 958case TypeCode.Int16: 1068case TypeCode.Int16: 1382case TypeCode.Int16: 1447case TypeCode.Int16: 1623case TypeCode.Int16:
System\Runtime\Serialization\DataContract.cs (1)
825case TypeCode.Int16:
System\Runtime\Serialization\ExtensionDataReader.cs (1)
674case TypeCode.Int16:
System\Runtime\Serialization\Json\XmlObjectSerializerReadContextComplexJson.cs (1)
93case TypeCode.Int16:
System\Runtime\Serialization\XmlReaderDelegator.cs (2)
243case TypeCode.Int16: 299case TypeCode.Int16:
System\Runtime\Serialization\XmlWriterDelegator.cs (2)
303case TypeCode.Int16: 380case TypeCode.Int16:
System.ServiceModel (6)
System\ServiceModel\Dispatcher\CodeGenerator.cs (6)
448case TypeCode.Int16: 937case TypeCode.Int16: 970case TypeCode.Int16: 1008case TypeCode.Int16: 1045case TypeCode.Int16: 1144case TypeCode.Int16:
System.ServiceModel.Internals (6)
System\Runtime\TypeHelper.cs (6)
171case TypeCode.Int16: 183case TypeCode.Int16: 195case TypeCode.Int16: 323case TypeCode.Int16: 349case TypeCode.Int16: 379case TypeCode.Int16:
System.ServiceModel.Web (3)
System\ServiceModel\Dispatcher\JsonQueryStringConverter.cs (1)
58case TypeCode.Int16:
System\ServiceModel\Dispatcher\QueryStringConverter.cs (2)
81case TypeCode.Int16: 180case TypeCode.Int16:
System.Web (2)
UI\WebControls\Parameter.cs (2)
462return TypeCode.Int16; 502case TypeCode.Int16:
System.Web.DynamicData (1)
DynamicData\DataSourceUtil.cs (1)
26typeNameToTypeCode[typeof(Int16)] = TypeCode.Int16;
System.Web.Entity (1)
System\Data\WebControls\EntityDataSourceUtil.cs (1)
342case TypeCode.Int16:
System.Web.Extensions (6)
UI\WebControls\Dynamic.cs (6)
1346case TypeCode.Int16: 1541case TypeCode.Int16: 1603case TypeCode.Int16: 1615case TypeCode.Int16: 1627case TypeCode.Int16: 1629case TypeCode.Int16:
System.Workflow.Activities (30)
Rules\Expressions.cs (2)
2131case TypeCode.Int16: 2754case TypeCode.Int16:
Rules\RuleValidation.cs (28)
1646case TypeCode.Int16: 1663case TypeCode.Int16: 1676case TypeCode.Int16: 1686case TypeCode.Int16: 1701case TypeCode.Int16: 1721case TypeCode.Int16: 1741case TypeCode.Int16: 1761case TypeCode.Int16: 1781case TypeCode.Int16: 1802case TypeCode.Int16: 1821case TypeCode.Int16: 1841case TypeCode.Int16: 1860case TypeCode.Int16: 1961case TypeCode.Int16: 1998case TypeCode.Int16: 2015case TypeCode.Int16: 2033case TypeCode.Int16: 2052case TypeCode.Int16: 2069case TypeCode.Int16: 2087case TypeCode.Int16: 2099case TypeCode.Int16: 2104case TypeCode.Int16: 2122case TypeCode.Int16: 2140case TypeCode.Int16: 2161case TypeCode.Int16: 2180case TypeCode.Int16: 2199case TypeCode.Int16: 2634case TypeCode.Int16:
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\TypeSystem\RTTypeWrapper.cs (1)
601case TypeCode.Int16:
System.Xml (7)
System\Xml\Serialization\CodeGenerator.cs (1)
1062case TypeCode.Int16:
System\Xml\Serialization\Types.cs (1)
513case TypeCode.Int16: return true;
System\Xml\Serialization\XmlSerializationWriter.cs (3)
184case TypeCode.Int16: typeName = "short"; break; 242case TypeCode.Int16: 3089case TypeCode.Int16:
System\Xml\Serialization\XmlSerializer.cs (2)
749case TypeCode.Int16: 820case TypeCode.Int16: