3 references to Hexadecimal
Microsoft.CodeAnalysis.VisualBasic (3)
Scanner\Scanner.vb (3)
1720
base = LiteralBase.
Hexadecimal
2023
Dim Shift As Integer = If(base = LiteralBase.
Hexadecimal
, 4, If(Base = LiteralBase.Octal, 3, 1))
2024
Dim OverflowMask As UInt64 = If(base = LiteralBase.
Hexadecimal
, &HF000000000000000UL, If(base = LiteralBase.Octal, &HE000000000000000UL, &H8000000000000000UL))