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