3 references to TypeHelpers
Microsoft.CodeAnalysis.VisualBasic (3)
Preprocessor\ExpressionEvaluator.vb (3)
13
Imports Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.
TypeHelpers
1113
Dim LeftValue As Int64 =
TypeHelpers
.UncheckedCLng(left)
1114
Dim RightValue As Int64 =
TypeHelpers
.UncheckedCLng(right)