3 references to CompileTimeCalculations
Microsoft.CodeAnalysis.VisualBasic (3)
Preprocessor\ExpressionEvaluator.vb (3)
1215
CompileTimeCalculations
.UncheckedCLng(UncheckedCULng(LeftValue) \ UncheckedCULng(RightValue)),
1231
ResultValue =
CompileTimeCalculations
.UncheckedCLng(UncheckedCULng(LeftValue) Mod UncheckedCULng(RightValue))
1263
ResultValue =
CompileTimeCalculations
.UncheckedCLng((UncheckedCULng(LeftValue) >> CType(RightValue, Integer)))