7 references to UncheckedCLng
Microsoft.CodeAnalysis.VisualBasic (7)
Semantics\CompileTimeCalculations.vb (7)
383
integralValue = If(IsUnsignedLongType(targetType), ConvertFloatingToUI64(floor),
UncheckedCLng
(floor))
385
integralValue = If(IsUnsignedLongType(targetType), ConvertFloatingToUI64(floor - 1.0),
UncheckedCLng
(floor - 1.0))
590
If temporary < &H7000000000000000L AndAlso
UncheckedCLng
(temporary) < &H1000000000000000L Then
599
If temporary > -&H7000000000000000L AndAlso
UncheckedCLng
(temporary) > -&H1000000000000001L Then
606
If temporary < &H7000000000000000L AndAlso
UncheckedCLng
(temporary) < &H1000000000000000L Then
628
result =
UncheckedCLng
(sourceValue)
630
result = UncheckedAdd(
UncheckedCLng
(sourceValue - two63), &H8000000000000000)