8 references to IntegralLiteralCharacterValue
Microsoft.CodeAnalysis.VisualBasic (8)
Compilation\VisualBasicCompilation.vb (4)
2652
Dim b As Integer = SyntaxFacts.
IntegralLiteralCharacterValue
(bytesText(i * 2)) * 16 +
2653
SyntaxFacts.
IntegralLiteralCharacterValue
(bytesText(i * 2 + 1))
2668
Dim b As Byte = CByte(SyntaxFacts.
IntegralLiteralCharacterValue
(bytesText(i * 2)) * 16 +
2669
SyntaxFacts.
IntegralLiteralCharacterValue
(bytesText(i * 2 + 1)))
Scanner\Scanner.vb (4)
2007
Dim NextCharacterValue As UInteger =
IntegralLiteralCharacterValue
(LiteralCharacterValue)
2037
integralValue = (integralValue << Shift) +
IntegralLiteralCharacterValue
(LiteralCharacterValue)
2172
Dim integralValue As Integer =
IntegralLiteralCharacterValue
(ch)
2182
Dim nextDigit =
IntegralLiteralCharacterValue
(ch)