2 references to IsUnsignedLongType
Microsoft.CodeAnalysis.VisualBasic (2)
Semantics\CompileTimeCalculations.vb (2)
383
integralValue = If(
IsUnsignedLongType
(targetType), ConvertFloatingToUI64(floor), UncheckedCLng(floor))
385
integralValue = If(
IsUnsignedLongType
(targetType), ConvertFloatingToUI64(floor - 1.0), UncheckedCLng(floor - 1.0))