4 references to IntegralLiteralCharacterValue
Microsoft.CodeAnalysis.VisualBasic (4)
Compilation\VisualBasicCompilation.vb (4)
2674
Dim b As Integer = SyntaxFacts.
IntegralLiteralCharacterValue
(bytesText(i * 2)) * 16 +
2675
SyntaxFacts.
IntegralLiteralCharacterValue
(bytesText(i * 2 + 1))
2690
Dim b As Byte = CByte(SyntaxFacts.
IntegralLiteralCharacterValue
(bytesText(i * 2)) * 16 +
2691
SyntaxFacts.
IntegralLiteralCharacterValue
(bytesText(i * 2 + 1)))