6 references to UncheckedCInt
Microsoft.CodeAnalysis.VisualBasic (6)
Semantics\CompileTimeCalculations.vb (6)
171Case ConstantValueTypeDiscriminator.Int32 : result = ConstantValue.Create(UncheckedCInt(value)) 175Case ConstantValueTypeDiscriminator.Char : result = ConstantValue.Create(ChrW(UncheckedCInt(value))) 213resultValue = UncheckedCInt(sourceValue) 305Return ConstantValue.Create(New String(ChrW(UncheckedCInt(sourceValue)), 1)) 330Dim lo32 As Integer = UncheckedCInt(sourceValue And &HFFFFFFFF) 334Dim mid32 As Integer = UncheckedCInt((sourceValue And &HFFFFFFFF00000000) >> 32)