3 references to TypeSuffix
Microsoft.CodeAnalysis.VisualBasic (2)
Parser\ParseStatement.vb (1)
888
If intLiteral.
TypeSuffix
= TypeCharacter.None Then
VisualBasicExtensions.vb (1)
312
Return literal.
TypeSuffix
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (1)
TestSyntaxNodes.vb (1)
1131
Return SyntaxFactory.IntegerLiteralToken(token.LeadingTrivia, value.ToString(), LiteralBase.Decimal, node.
TypeSuffix
, value, token.TrailingTrivia())