5 references to UncheckedCUShort
Microsoft.CodeAnalysis.VisualBasic (3)
Semantics\CompileTimeCalculations.vb (3)
170
Case ConstantValueTypeDiscriminator.UInt16 : result = ConstantValue.Create(
UncheckedCUShort
(value))
210
resultValue =
UncheckedCUShort
(sourceValue)
225
resultValue =
UncheckedCUShort
(sourceValue)
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (2)
Semantics\Conversions.vb (2)
1375
Case System_UInt16 : Return
UncheckedCUShort
(UncheckedCLng(val))
1391
Case System_UInt16 : Return
UncheckedCUShort
(val)