3 references to Octal
Microsoft.CodeAnalysis.VisualBasic (3)
Scanner\Scanner.vb (3)
1762
base = LiteralBase.
Octal
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))