13 references to Decimal
Microsoft.CodeAnalysis.VisualBasic (13)
Scanner\Scanner.vb (11)
1701
Dim base As LiteralBase = LiteralBase.
Decimal
1812
If base = LiteralBase.
Decimal
AndAlso CanGet(here) Then
1878
If base = LiteralBase.
Decimal
Then
1885
If base = LiteralBase.
Decimal
Then
1892
If base = LiteralBase.
Decimal
Then
1899
If base = LiteralBase.
Decimal
Then
1937
If base = LiteralBase.
Decimal
Then
1944
If base = LiteralBase.
Decimal
Then
2000
If base = LiteralBase.
Decimal
Then
2044
If (base = LiteralBase.
Decimal
AndAlso integralValue > &H7FFFFFFF) OrElse
2056
If (base = LiteralBase.
Decimal
AndAlso integralValue > &H7FFF) OrElse
Syntax\InternalSyntax\SyntaxNodeFactories.vb (2)
43
If base = LiteralBase.
Decimal
Then
142
Return IntegerLiteralToken("", LiteralBase.
Decimal
, TypeCharacter.None, Nothing, Nothing, Nothing)