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