155 references to UInt16
mscorlib (21)
system\Collections\Concurrent\ConcurrentDictionary.cs (1)
159case TypeCode.UInt16:
system\collections\generic\equalitycomparer.cs (1)
75case TypeCode.UInt16: //ushort
system\convert.cs (3)
230case TypeCode.UInt16: 287if (rtTargetType == ConvertTypes[(int)TypeCode.UInt16]) 358if (rtConversionType==ConvertTypes[(int)TypeCode.UInt16])
system\diagnostics\eventing\eventsource.cs (1)
6739case TypeCode.UInt16:
system\enum.cs (4)
85case TypeCode.UInt16 : 226case TypeCode.UInt16: 576case TypeCode.UInt16 : 929return TypeCode.UInt16;
system\reflection\emit\customattributebuilder.cs (4)
84case TypeCode.UInt16: 310case TypeCode.UInt16: 400case TypeCode.UInt16: 472case TypeCode.UInt16:
system\rttype.cs (1)
3610typeCode = TypeCode.UInt16; break;
system\runtime\interopservices\tceadaptergen\eventsinkhelperwriter.cs (1)
207case TypeCode.UInt16:
system\runtime\serialization\formatters\binary\binaryconverter.cs (2)
422typeCodeATemp[(int)InternalPrimitiveTypeE.UInt16] = TypeCode.UInt16; 452codeATemp[(int)TypeCode.UInt16] = InternalPrimitiveTypeE.UInt16;
system\stubhelpers.cs (1)
1036case TypeCode.UInt16: vt = VarEnum.VT_UI2; break;
system\uint16.cs (1)
173return TypeCode.UInt16;
system\variant.cs (1)
487case TypeCode.UInt16:
PresentationFramework (7)
src\Framework\System\Windows\Controls\DataGridLengthConverter.cs (1)
40case TypeCode.UInt16:
src\Framework\System\Windows\Controls\VirtualizationCacheLengthConverter.cs (1)
55case TypeCode.UInt16:
src\Framework\System\Windows\CornerRadiusConverter.cs (1)
57case TypeCode.UInt16:
src\Framework\System\Windows\FigureLengthConverter.cs (1)
68case TypeCode.UInt16:
src\Framework\System\Windows\GridLengthConverter.cs (1)
71case TypeCode.UInt16:
src\Framework\System\Windows\LengthConverter.cs (1)
64case TypeCode.UInt16:
src\Framework\System\Windows\ThicknessConverter.cs (1)
57case TypeCode.UInt16:
System.AddIn.Contract (5)
System\Addin\Contract\RemoteArgument.cs (5)
267case TypeCode.UInt16: 622this.intrinsicTypeCode = TypeCode.UInt16; 631this.intrinsicTypeCode = TypeCode.UInt16; 1306this.intrinsicTypeCode == TypeCode.UInt16) 1324this.intrinsicTypeCode == TypeCode.UInt16)
System.Core (22)
Microsoft\Scripting\Ast\ParameterExpression.cs (1)
74case TypeCode.UInt16: return new PrimitiveParameterExpression<UInt16>(name);
Microsoft\Scripting\Ast\TypeUtils.cs (10)
70case TypeCode.UInt16: 90case TypeCode.UInt16: 109case TypeCode.UInt16: 122case TypeCode.UInt16: 140case TypeCode.UInt16: 370case TypeCode.UInt16: 506case TypeCode.UInt16: 527case TypeCode.UInt16: 569case TypeCode.UInt16: 639case TypeCode.UInt16:
Microsoft\Scripting\Compiler\ILGen.cs (8)
182case TypeCode.UInt16: 226case TypeCode.UInt16: 466case TypeCode.UInt16: 572case TypeCode.UInt16: 686case TypeCode.UInt16: 716case TypeCode.UInt16: 741case TypeCode.UInt16: 1017case TypeCode.UInt16:
Microsoft\Scripting\Compiler\LambdaCompiler.Binary.cs (1)
313case TypeCode.UInt16:
Microsoft\Scripting\Compiler\LambdaCompiler.Statements.cs (1)
308case TypeCode.UInt16:
Microsoft\Scripting\Compiler\LambdaCompiler.Unary.cs (1)
247case TypeCode.UInt16:
System.Data (10)
fx\src\data\System\Data\Common\DataStorage.cs (1)
28UInt16 = TypeCode.UInt16,
fx\src\data\System\Data\Common\ObjectStorage.cs (1)
176case TypeCode.UInt16: return Families.NUMBER;
fx\src\data\System\Data\Odbc\Odbc32.cs (1)
919case TypeCode.UInt16: return _Int;
fx\src\data\System\Data\OleDb\OLEDB_Enum.cs (1)
304case TypeCode.UInt16: return NativeDBType.D_UnsignedSmallInt;
fx\src\data\System\Data\Sql\SqlMetaData.cs (4)
1062case TypeCode.UInt16: throw ADP.InvalidDataType(TypeCode.UInt16); 1162case TypeCode.UInt16: throw ADP.InvalidDataType(TypeCode.UInt16);
fx\src\data\System\Data\SqlClient\SqlEnums.cs (2)
374case TypeCode.UInt16: throw ADP.InvalidDataType(TypeCode.UInt16);
System.Data.Entity (1)
System\Data\Metadata\TypeHelpers.cs (1)
743case TypeCode.UInt16:
System.Data.Linq (14)
parent\DbmlShared\Mapping.cs (2)
491case TypeCode.UInt16: 547case TypeCode.UInt16:
SqlClient\Common\TypeSystem.cs (1)
208case TypeCode.UInt16:
SqlClient\Query\SqlFormatter.cs (1)
1262case TypeCode.UInt16:
SqlClient\Query\SqlRetyper.cs (5)
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; 51case TypeCode.UInt16: return tcFrom == TypeCode.Byte || tcFrom == TypeCode.SByte; 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 (1)
2237case TypeCode.UInt16:
SqlClient\SqlBuilder.cs (2)
217case TypeCode.UInt16: 250case TypeCode.UInt16:
SqlClient\SqlTypeSystemProvider.cs (2)
1426case TypeCode.UInt16: 1546case TypeCode.UInt16:
System.Runtime.Serialization (13)
System\Runtime\Serialization\CodeGenerator.cs (6)
829case TypeCode.UInt16: 960case TypeCode.UInt16: 1069case TypeCode.UInt16: 1384case TypeCode.UInt16: 1449case TypeCode.UInt16: 1625case TypeCode.UInt16:
System\Runtime\Serialization\DataContract.cs (1)
843case TypeCode.UInt16:
System\Runtime\Serialization\ExtensionDataReader.cs (1)
702case TypeCode.UInt16:
System\Runtime\Serialization\Json\XmlObjectSerializerReadContextComplexJson.cs (1)
99case TypeCode.UInt16:
System\Runtime\Serialization\XmlReaderDelegator.cs (2)
262case TypeCode.UInt16: 317case TypeCode.UInt16:
System\Runtime\Serialization\XmlWriterDelegator.cs (2)
330case TypeCode.UInt16: 407case TypeCode.UInt16:
System.ServiceModel (6)
System\ServiceModel\Dispatcher\CodeGenerator.cs (6)
449case TypeCode.UInt16: 939case TypeCode.UInt16: 972case TypeCode.UInt16: 1010case TypeCode.UInt16: 1047case TypeCode.UInt16: 1145case TypeCode.UInt16:
System.ServiceModel.Internals (6)
System\Runtime\TypeHelper.cs (6)
184case TypeCode.UInt16: 206case TypeCode.UInt16: 254case TypeCode.UInt16: 352case TypeCode.UInt16: 402case TypeCode.UInt16: 516case TypeCode.UInt16:
System.ServiceModel.Web (3)
System\ServiceModel\Dispatcher\JsonQueryStringConverter.cs (1)
61case TypeCode.UInt16:
System\ServiceModel\Dispatcher\QueryStringConverter.cs (2)
96case TypeCode.UInt16: 195case TypeCode.UInt16:
System.Web (2)
UI\WebControls\Parameter.cs (2)
472return TypeCode.UInt16; 514case TypeCode.UInt16:
System.Web.Entity (1)
System\Data\WebControls\EntityDataSourceUtil.cs (1)
363case TypeCode.UInt16:
System.Web.Extensions (5)
UI\WebControls\Dynamic.cs (5)
1351case TypeCode.UInt16: 1545case TypeCode.UInt16: 1616case TypeCode.UInt16: 1638case TypeCode.UInt16: 1640case TypeCode.UInt16:
System.Workflow.Activities (31)
Rules\Expressions.cs (2)
2132case TypeCode.UInt16: 2758case TypeCode.UInt16:
Rules\RuleValidation.cs (29)
1641case TypeCode.UInt16: 1664case TypeCode.UInt16: 1681case TypeCode.UInt16: 1696case TypeCode.UInt16: 1702case TypeCode.UInt16: 1722case TypeCode.UInt16: 1742case TypeCode.UInt16: 1762case TypeCode.UInt16: 1782case TypeCode.UInt16: 1804case TypeCode.UInt16: 1822case TypeCode.UInt16: 1842case TypeCode.UInt16: 1861case TypeCode.UInt16: 1963case TypeCode.UInt16: 1999case TypeCode.UInt16: 2016case TypeCode.UInt16: 2034case TypeCode.UInt16: 2053case TypeCode.UInt16: 2070case TypeCode.UInt16: 2088case TypeCode.UInt16: 2106case TypeCode.UInt16: 2123case TypeCode.UInt16: 2141case TypeCode.UInt16: 2153case TypeCode.UInt16: 2157case TypeCode.UInt16: 2175case TypeCode.UInt16: 2193case TypeCode.UInt16: 2626case TypeCode.UInt16: 2637case TypeCode.UInt16:
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\TypeSystem\RTTypeWrapper.cs (1)
616case TypeCode.UInt16:
System.Xml (7)
System\Xml\Serialization\CodeGenerator.cs (1)
1063case TypeCode.UInt16:
System\Xml\Serialization\Types.cs (1)
521case TypeCode.UInt16: return true;
System\Xml\Serialization\XmlSerializationWriter.cs (3)
192case TypeCode.UInt16: typeName = "unsignedShort"; break; 279case TypeCode.UInt16: 3091case TypeCode.UInt16:
System\Xml\Serialization\XmlSerializer.cs (2)
776case TypeCode.UInt16: 847case TypeCode.UInt16: