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